git: 252ca3f6a824 - stable/14 - VFS.9: Remove obsolete reference to VFS_INIT(9)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Aug 2026 18:32:45 UTC
The branch stable/14 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=252ca3f6a82450736236740bc61c5b745872365c
commit 252ca3f6a82450736236740bc61c5b745872365c
Author: Evgenii Ivanov <devivanov@proton.me>
AuthorDate: 2025-08-27 21:02:27 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-05 16:19:39 +0000
VFS.9: Remove obsolete reference to VFS_INIT(9)
MFC after: 3 days
Reviewed by: ziaee
Differential Revision: https://reviews.freebsd.org/D52173
(cherry picked from commit b6a1c91b7177565115691d0cd57b412b615ae3cc)
---
share/man/man9/VFS.9 | 1 -
1 file changed, 1 deletion(-)
diff --git a/share/man/man9/VFS.9 b/share/man/man9/VFS.9
index fcb07afa478d..6ea6570bbf6e 100644
--- a/share/man/man9/VFS.9
+++ b/share/man/man9/VFS.9
@@ -45,7 +45,6 @@ rather than implementing empty functions or casting to
.Xr dtrace_vfs 4 ,
.Xr VFS_CHECKEXP 9 ,
.Xr VFS_FHTOVP 9 ,
-.Xr VFS_INIT 9 ,
.Xr VFS_MOUNT 9 ,
.Xr VFS_QUOTACTL 9 ,
.Xr VFS_SET 9 ,