Hi Florian, Florian Obser wrote on Fri, Aug 23, 2019 at 02:43:22PM +0200:
> This is not a typo as such, it describes the default. It is a bit > awkward since it uses the same text for -r and -s. I think we can just > remove it from -s: The following seems more straightforward. I don't feel strongly about it, though; you patch is OK with me, too. Yours, Ingo Index: sysupgrade.8 =================================================================== RCS file: /cvs/src/usr.sbin/sysupgrade/sysupgrade.8,v retrieving revision 1.8 diff -u -r1.8 sysupgrade.8 --- sysupgrade.8 9 May 2019 21:09:37 -0000 1.8 +++ sysupgrade.8 23 Aug 2019 12:54:38 -0000 @@ -62,16 +62,10 @@ but do not reboot. .It Fl r Upgrade to the next release. -The default is to find out if the system is running a release or a snapshot. -In case of release -.Nm -downloads the next release. +This is the default if the system is currently running a release. .It Fl s Upgrade to a snapshot. -The default is to find out if the system is running a release or a snapshot. -In case of release -.Nm -downloads the next release. +This is the default if the system is currently running a snapshot. .El .Sh FILES .Bl -tag -width "/home/_sysupgrade" -compact
