diff options
| author | Rick Macklem <rmacklem@FreeBSD.org> | 2025-04-16 22:37:14 +0000 |
|---|---|---|
| committer | Rick Macklem <rmacklem@FreeBSD.org> | 2025-04-16 22:37:14 +0000 |
| commit | 33e22c4f94d1932884972333e1baa568b9957385 (patch) | |
| tree | bf9f7a8908dce12f67960cd7e540960b19cc48f0 /lib/libsys | |
| parent | 8c3aac52f5efe80720f35c578a9644609000a99c (diff) | |
Diffstat (limited to 'lib/libsys')
| -rw-r--r-- | lib/libsys/pathconf.2 | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
