aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bunichev <tembun@bk.ru>2026-07-20 17:29:51 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2026-07-20 17:32:30 +0000
commit5b7d6a128bef464e7fd331d172e4cf25a5d122c3 (patch)
tree4ed5de375cf89fe3961b173d79fc01830100ea9c
parentb00d30950cde27eda8f51523a40f2c05a38daac1 (diff)
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. Reviewed by: mhorne, kib, emaste Fixes: 800e74955d4e ("boot(9): update to match reality") MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D58350
-rw-r--r--share/man/man9/vfs_unmountall.92
1 files changed, 1 insertions, 1 deletions
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