git: 3e9aac332c46 - stable/12 - Cross-reference nextboot(8) and freebsd-update(8)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Apr 2022 14:08:59 UTC
The branch stable/12 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=3e9aac332c46018c47ab8a57442948ee075c0a7d
commit 3e9aac332c46018c47ab8a57442948ee075c0a7d
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-03-29 13:15:35 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-04-05 14:06:57 +0000
Cross-reference nextboot(8) and freebsd-update(8)
MFC after: 1 week
(cherry picked from commit 075999d3f1cb013826e110c26af8528fef2c72ca)
---
sbin/reboot/nextboot.8 | 3 ++-
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