diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2022-03-29 13:15:35 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2022-04-05 14:06:57 +0000 |
| commit | 3e9aac332c46018c47ab8a57442948ee075c0a7d (patch) | |
| tree | ce39adb9e3fe470e7596d9a9a7cf64b0986c07be | |
| parent | 4cb463698e55a47c4aeff06c1dbd1bb326fde81e (diff) | |
Cross-reference nextboot(8) and freebsd-update(8)
MFC after: 1 week
(cherry picked from commit 075999d3f1cb013826e110c26af8528fef2c72ca)
| -rw-r--r-- | sbin/reboot/nextboot.8 | 3 | ||||
| -rw-r--r-- | usr.sbin/freebsd-update/freebsd-update.8 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sbin/reboot/nextboot.8 b/sbin/reboot/nextboot.8 index 8b72b9ad10de..6280c442661d 100644 --- a/sbin/reboot/nextboot.8 +++ b/sbin/reboot/nextboot.8 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 9, 2016 +.Dd March 29, 2022 .Dt NEXTBOOT 8 .Os .Sh NAME @@ -110,6 +110,7 @@ To remove an existing nextboot configuration: .Dl "nextboot -D" .Sh SEE ALSO .Xr boot 8 , +.Xr freebsd-update 8 , .Xr loader 8 .Sh HISTORY The original diff --git a/usr.sbin/freebsd-update/freebsd-update.8 b/usr.sbin/freebsd-update/freebsd-update.8 index 9b0e4400d425..7920ec34a9a1 100644 --- a/usr.sbin/freebsd-update/freebsd-update.8 +++ b/usr.sbin/freebsd-update/freebsd-update.8 @@ -235,6 +235,7 @@ Default location where stores temporary files and downloaded updates. .El .Sh SEE ALSO -.Xr freebsd-update.conf 5 +.Xr freebsd-update.conf 5 , +.Xr nextboot 8 .Sh AUTHORS .An Colin Percival Aq Mt cperciva@FreeBSD.org |
