Date: Mon, 20 Jul 2026 17:32:47 +0000 From: Mitchell Horne <mhorne@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Artem Bunichev <tembun@bk.ru> Subject: git: 5b7d6a128bef - main - vfs_unmountall.9: Fix an outdated .Xr to boot(9) Message-ID: <6a5e5bbf.38d31.62c322ce@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=5b7d6a128bef464e7fd331d172e4cf25a5d122c3 commit 5b7d6a128bef464e7fd331d172e4cf25a5d122c3 Author: Artem Bunichev <tembun@bk.ru> AuthorDate: 2026-07-20 17:29:51 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2026-07-20 17:32:30 +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. Reviewed by: mhorne, kib, emaste Fixes: 800e74955d4e ("boot(9): update to match reality") MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D58350 --- 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 9home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a5e5bbf.38d31.62c322ce>
