Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2023 08:14:46 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1d41989933bf - main - extattr(9): Remove a reference to a non-existent VFS_EXTATTRCTL(9)
Message-ID:  <202309010814.3818Ek0j008597@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=1d41989933bfb93929f85ce76b8c8d544c331b75

commit 1d41989933bfb93929f85ce76b8c8d544c331b75
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-09-01 08:13:22 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309010814.3818Ek0j008597>