git: 964d0fd62431 - main - statfs.2: Update man page for the MNT_NAMEDATTR flag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Apr 2025 01:01:54 UTC
The branch main has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=964d0fd62431899bec6b8c754ce633401a291c56
commit 964d0fd62431899bec6b8c754ce633401a291c56
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2025-04-11 01:00:49 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2025-04-11 01:00:49 +0000
statfs.2: Update man page for the MNT_NAMEDATTR flag
This patch updates the man page for the MNT_NAMEDATTR flag.
Another man page that explains named attributes will
be introduced in a future commit.
This is a content change.
Reviewed by: manpages (zaiee)
Fixes: 2ec2ba7e232d ("vfs: Add VFS/syscall support for Solaris style extended attributes")
Differential Revision: https://reviews.freebsd.org/D49719
---
lib/libsys/statfs.2 | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/lib/libsys/statfs.2 b/lib/libsys/statfs.2
index b411b3b6ff46..49e8b5120558 100644
--- a/lib/libsys/statfs.2
+++ b/lib/libsys/statfs.2
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd March 29, 2023
+.Dd April 7, 2025
.Dt STATFS 2
.Os
.Sh NAME
@@ -125,6 +125,9 @@ The file system resides locally.
Mandatory Access Control (MAC) support for individual objects
(see
.Xr mac 4 ) .
+.It Dv MNT_NAMEDATTR
+The file system supports named attributes as described in
+.Xr named_attribute 9 .
.It Dv MNT_NFS4ACLS
ACLs in NFSv4 variant are supported.
.It Dv MNT_NOATIME
@@ -260,7 +263,8 @@ each file or directory name or disk label
.Pc .
.Sh SEE ALSO
.Xr fhstatfs 2 ,
-.Xr getfsstat 2
+.Xr getfsstat 2 ,
+.Xr named_attribute 9
.Sh HISTORY
The
.Fn statfs