Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Apr 2025 22:38:28 GMT
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 33e22c4f94d1 - main - pathconf.2: Update man page for the _PC_NAMEDATTR_ENABLED flag
Message-ID:  <202504162238.53GMcS2b082476@gitrepo.freebsd.org>

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

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

commit 33e22c4f94d1932884972333e1baa568b9957385
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2025-04-16 22:37:14 +0000
Commit:     Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2025-04-16 22:37:14 +0000

    pathconf.2: Update man page for the _PC_NAMEDATTR_ENABLED flag
    
    This patch updates the man page for the _PC_NAMEDATTR_ENABLED flag.
    
    Another man page that explains named attributes will
    be introduced in a future commit.
    
    This is a content change.
    
    Fixes:  2ec2ba7e232d ("vfs: Add VFS/syscall support for Solaris style extended attributes")
---
 lib/libsys/pathconf.2 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/libsys/pathconf.2 b/lib/libsys/pathconf.2
index 786753f2d02a..a460e86e6968 100644
--- a/lib/libsys/pathconf.2
+++ b/lib/libsys/pathconf.2
@@ -25,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 6, 2021
+.Dd April 16, 2025
 .Dt PATHCONF 2
 .Os
 .Sh NAME
@@ -175,6 +175,8 @@ hole size but still reports holes.
 Return 1 if a file system supports hole-punching (see
 .Xr fspacectl 2 ) ,
 otherwise 0.
+.It Li _PC_NAMEDATTR_ENABLED
+Return 1 if named attributes are enabled for the file system, otherwise 0.
 .El
 .Sh RETURN VALUES
 If the call to



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