diff options
author | 2019-05-05 06:09:47 +0000 | |
---|---|---|
committer | 2019-05-05 06:09:47 +0000 | |
commit | f0c671a74d0a3732ed5788bfa47a970f8ec22544 (patch) | |
tree | 3267f302092b0e997a96a9db6bfcb138820fd96c | |
parent | oops, fix unpriv() argument handling; from install.sub (diff) | |
download | wireguard-openbsd-f0c671a74d0a3732ed5788bfa47a970f8ec22544.tar.xz wireguard-openbsd-f0c671a74d0a3732ed5788bfa47a970f8ec22544.zip |
sentences start with capitals;
-rw-r--r-- | usr.sbin/sysupgrade/sysupgrade.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/sysupgrade/sysupgrade.8 b/usr.sbin/sysupgrade/sysupgrade.8 index 329f8b81f31..a7de4375e60 100644 --- a/usr.sbin/sysupgrade/sysupgrade.8 +++ b/usr.sbin/sysupgrade/sysupgrade.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysupgrade.8,v 1.5 2019/05/03 15:18:14 florian Exp $ +.\" $OpenBSD: sysupgrade.8,v 1.6 2019/05/05 06:09:47 jmc 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 3 2019 $ +.Dd $Mdocdate: May 5 2019 $ .Dt SYSUPGRADE 8 .Os .Sh NAME @@ -49,21 +49,21 @@ triggering a one-shot upgrade using the files in The options are as follows: .Bl -tag -width Ds .It Fl f -force an already applied upgrade. +Force an already applied upgrade. The default is to upgrade to latest snapshot only if available. This option has no effect on releases. .It Fl n -fetch and verify the files and create +Fetch and verify the files and create .Pa /bsd.upgrade but not do reboot. .It Fl r -upgrade to the next release. +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. .It Fl s -upgrade to a snapshot. +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 |