diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-09-25 15:08:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-09-25 15:08:43 +0000 |
commit | 49d1d0bacf266545a2c6590ad7b27fe131328071 (patch) | |
tree | 2da810d086f64ade70d477e4a7f28aad5b685261 | |
parent | 8a950a9cb2c8c5da3b966d1a24f9aa59a099ffbc (diff) |
correct macro for -R entry;
-rw-r--r-- | usr.sbin/sysupgrade/sysupgrade.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysupgrade/sysupgrade.8 b/usr.sbin/sysupgrade/sysupgrade.8 index 6f5cb3605b8..4338f7b8e7e 100644 --- a/usr.sbin/sysupgrade/sysupgrade.8 +++ b/usr.sbin/sysupgrade/sysupgrade.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysupgrade.8,v 1.16 2024/09/25 13:55:23 sthen Exp $ +.\" $OpenBSD: sysupgrade.8,v 1.17 2024/09/25 15:08:42 jmc Exp $ .\" .\" Copyright (c) 2019 Florian Obser <florian@openbsd.org> .\" @@ -66,7 +66,7 @@ By default they will be deleted after the upgrade. Fetch and verify the files and create .Pa /bsd.upgrade but do not reboot. -.It Fl R Op version +.It Fl R Ar version Upgrade to a specific release version. Only upgrades from one version to the next are tested. Skipping versions may work. |