git: b6a1c91b7177 - main - VFS.9: Remove obsolete reference to VFS_INIT(9)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Aug 2025 21:10:12 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=b6a1c91b7177565115691d0cd57b412b615ae3cc
commit b6a1c91b7177565115691d0cd57b412b615ae3cc
Author: Evgenii Ivanov <devivanov@proton.me>
AuthorDate: 2025-08-27 21:02:27 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-08-27 21:09:21 +0000
VFS.9: Remove obsolete reference to VFS_INIT(9)
MFC after: 3 days
Reviewed by: ziaee
Differential Revision: https://reviews.freebsd.org/D52173
---
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 a269d8d070cf..a1d0a19bec13 100644
--- a/share/man/man9/VFS.9
+++ b/share/man/man9/VFS.9
@@ -44,7 +44,6 @@ rather than implementing empty functions or casting to
.Sh SEE ALSO
.Xr VFS_CHECKEXP 9 ,
.Xr VFS_FHTOVP 9 ,
-.Xr VFS_INIT 9 ,
.Xr VFS_MOUNT 9 ,
.Xr VFS_QUOTACTL 9 ,
.Xr VFS_SET 9 ,