diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-10-07 15:57:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-10-07 15:57:16 +0000 |
commit | 465aac961fded54c5dbb8ba7dd11e3f6689172eb (patch) | |
tree | 2649bf4c62b2d8acf7d6a86c8f6b470508934d4c | |
parent | 892349a85f8902ed7b3559f3f7f99935d5cb8c3b (diff) |
use the Ox macro instead of "OpenBSD";
-rw-r--r-- | usr.sbin/sysupgrade/sysupgrade.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/sysupgrade/sysupgrade.8 b/usr.sbin/sysupgrade/sysupgrade.8 index 65ffb456fd8..b933e74a683 100644 --- a/usr.sbin/sysupgrade/sysupgrade.8 +++ b/usr.sbin/sysupgrade/sysupgrade.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysupgrade.8,v 1.19 2024/10/07 13:21:53 deraadt Exp $ +.\" $OpenBSD: sysupgrade.8,v 1.20 2024/10/07 15:57:15 jmc Exp $ .\" .\" Copyright (c) 2019 Florian Obser <florian@openbsd.org> .\" @@ -79,7 +79,8 @@ When updating to a release or snapshot which lacks the required signify key in .Pa /etc/signify , the missing key will be downloaded in a secure way. -In the usual case, the key will already be present because OpenBSD +In the usual case, the key will already be present because +.Ox releases ship with the current key, the next key, and a collection of older keys. .Pp |