The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=1d41989933bfb93929f85ce76b8c8d544c331b75
commit 1d41989933bfb93929f85ce76b8c8d544c331b75 Author: Dmitry Chagin <[email protected]> AuthorDate: 2023-09-01 08:13:22 +0000 Commit: Dmitry Chagin <[email protected]> CommitDate: 2023-09-01 08:13:22 +0000 extattr(9): Remove a reference to a non-existent VFS_EXTATTRCTL(9) Reviewed by: gbe Differential Revision: https://reviews.freebsd.org/D41678 MFC after: 1 week --- share/man/man9/extattr.9 | 1 - 1 file changed, 1 deletion(-) diff --git a/share/man/man9/extattr.9 b/share/man/man9/extattr.9 index c765a55e9059..dc919bf4e056 100644 --- a/share/man/man9/extattr.9 +++ b/share/man/man9/extattr.9 @@ -83,7 +83,6 @@ and .Sh SEE ALSO .Xr jail 8 , .Xr VFS 9 , -.Xr VFS_EXTATTRCTL 9 , .Xr VOP_GETEXTATTR 9 , .Xr VOP_LISTEXTATTR 9 , .Xr VOP_SETEXTATTR 9
