git: 83b88ea4761e - stable/15 - vfs_unmountall.9: Fix an outdated .Xr to boot(9)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Sep 2026 16:23:40 UTC
The branch stable/15 has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=83b88ea4761ec55f924d1c964a56c5a91ca7457f
commit 83b88ea4761ec55f924d1c964a56c5a91ca7457f
Author: Artem Bunichev <tembun@bk.ru>
AuthorDate: 2026-07-20 17:29:51 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2026-09-03 16:23:14 +0000
vfs_unmountall.9: Fix an outdated .Xr to boot(9)
boot.9 was moved to kern_reboot.9, but this reference was not changed
appropriately.
PR: 286013
Reviewed by: mhorne, kib, emaste
Fixes: 800e74955d4e ("boot(9): update to match reality")
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D58350
(cherry picked from commit 5b7d6a128bef464e7fd331d172e4cf25a5d122c3)
---
share/man/man9/vfs_unmountall.9 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man9/vfs_unmountall.9 b/share/man/man9/vfs_unmountall.9
index a637a6b025f5..8c1c2db58b2a 100644
--- a/share/man/man9/vfs_unmountall.9
+++ b/share/man/man9/vfs_unmountall.9
@@ -42,4 +42,4 @@ unmounts all mounted file systems
from most recent to oldest
in order to avoid handling dependencies.
.Sh SEE ALSO
-.Xr boot 9
+.Xr kern_reboot 9