mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 18:20:49 -04:00
pathconf.2: Document the _PC_HAS_NAMEDATTR name
Commit0f12c3cd0dadds a new pathconf(2) name called _PC_HAS_NAMEDATTR. This patch documents it in the man page. This is a content change. Reviewed by: ziaee (manpages) Differential Revision: https://reviews.freebsd.org/D50141 Fixes:2ec2ba7e23("vfs: Add VFS/syscall support for Solaris style extended attributes")
This commit is contained in:
parent
0f12c3cd0d
commit
38eb41a389
1 changed files with 3 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd April 16, 2025
|
||||
.Dd May 3, 2025
|
||||
.Dt PATHCONF 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -177,6 +177,8 @@ Return 1 if a file system supports hole-punching (see
|
|||
otherwise 0.
|
||||
.It Li _PC_NAMEDATTR_ENABLED
|
||||
Return 1 if named attributes are enabled for the file system, otherwise 0.
|
||||
.It Li _PC_HAS_NAMEDATTR
|
||||
Return 1 if one or more named attributes exist for the file, otherwise 0.
|
||||
.El
|
||||
.Sh RETURN VALUES
|
||||
If the call to
|
||||
|
|
|
|||
Loading…
Reference in a new issue