git: a9f11355038c - main - Add Xrefs to the new VOP_SETLABEL(9) from mac(9) and vnode(9).

Robert Watson rwatson at FreeBSD.org
Sat Feb 27 16:54:22 UTC 2021


The branch main has been updated by rwatson:

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

commit a9f11355038cd7d2942d925e85795ed9d13f1bfe
Author:     Robert Watson <rwatson at FreeBSD.org>
AuthorDate: 2021-02-27 16:53:53 +0000
Commit:     Robert Watson <rwatson at FreeBSD.org>
CommitDate: 2021-02-27 16:53:53 +0000

    Add Xrefs to the new VOP_SETLABEL(9) from mac(9) and vnode(9).
    
    MFC after:      3 days
---
 share/man/man9/mac.9   | 5 +++--
 share/man/man9/vnode.9 | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/share/man/man9/mac.9 b/share/man/man9/mac.9
index 58c2f7a2484e..89238d28b61c 100644
--- a/share/man/man9/mac.9
+++ b/share/man/man9/mac.9
@@ -33,7 +33,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 25, 2015
+.Dd February 27, 2021
 .Dt MAC 9
 .Os
 .Sh NAME
@@ -162,7 +162,8 @@ for information on the MAC Framework APIs.
 .Xr ucred 9 ,
 .Xr vaccess 9 ,
 .Xr vaccess_acl_posix1e 9 ,
-.Xr VFS 9
+.Xr VFS 9 ,
+.Xr VOP_SETLABEL 9 .
 .Rs
 .%T "The FreeBSD Architecture Handbook"
 .%U "https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/arch-handbook/"
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9
index 91360a755fbc..5ff45d7a1364 100644
--- a/share/man/man9/vnode.9
+++ b/share/man/man9/vnode.9
@@ -189,6 +189,7 @@ intertwining of VM Objects and Vnodes.
 .Xr VOP_REVOKE 9 ,
 .Xr VOP_SETACL 9 ,
 .Xr VOP_SETEXTATTR 9 ,
+.Xr VOP_SETLABEL 9 ,
 .Xr VOP_STRATEGY 9 ,
 .Xr VOP_VPTOCNP 9 ,
 .Xr VOP_VPTOFH 9


More information about the dev-commits-src-all mailing list