diff options
author | 2019-08-23 13:05:42 +0000 | |
---|---|---|
committer | 2019-08-23 13:05:42 +0000 | |
commit | 2007826f08c5608fbb1990f85d074a88503ac594 (patch) | |
tree | f0f88883467537cd3e7c1219dc114d4fe5dabb0d | |
parent | Use -delete in EXAMPLES (diff) | |
download | wireguard-openbsd-2007826f08c5608fbb1990f85d074a88503ac594.tar.xz wireguard-openbsd-2007826f08c5608fbb1990f85d074a88503ac594.zip |
explain in a simpler way when the default is -r and when it is -s;
triggered by a very different patch from Rashad Kanavath;
OK florian@
-rw-r--r-- | usr.sbin/sysupgrade/sysupgrade.8 | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/usr.sbin/sysupgrade/sysupgrade.8 b/usr.sbin/sysupgrade/sysupgrade.8 index ba34190d979..a280e13d3e5 100644 --- a/usr.sbin/sysupgrade/sysupgrade.8 +++ b/usr.sbin/sysupgrade/sysupgrade.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysupgrade.8,v 1.8 2019/05/09 21:09:37 naddy Exp $ +.\" $OpenBSD: sysupgrade.8,v 1.9 2019/08/23 13:05:42 schwarze Exp $ .\" .\" Copyright (c) 2019 Florian Obser <florian@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 9 2019 $ +.Dd $Mdocdate: August 23 2019 $ .Dt SYSUPGRADE 8 .Os .Sh NAME @@ -62,16 +62,10 @@ Fetch and verify the files and create 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 |