Page MenuHomeFreeBSD

Document the named attribute interface
Needs ReviewPublic

Authored by rmacklem on Apr 16 2025, 1:44 PM.
Tags
None
Referenced Files
F121937810: D49851.diff
Mon, Jun 30, 8:07 PM
F121937809: D49851.diff
Mon, Jun 30, 8:07 PM
F121937808: D49851.diff
Mon, Jun 30, 8:07 PM
F121937807: D49851.diff
Mon, Jun 30, 8:07 PM
F121937806: D49851.diff
Mon, Jun 30, 8:07 PM
Unknown Object (File)
Sat, Jun 28, 5:55 PM
Unknown Object (File)
Fri, Jun 27, 8:02 PM
Unknown Object (File)
Thu, Jun 26, 1:34 PM

Details

Reviewers
emaste
ziaee
Group Reviewers
manpages
Summary

The named attribute interface is an alternate way
to manipulate extended attributes, based on the
interface provided by Solaris.

This man page documents this interface.

I put it in section 7, since that seemed the best fit?

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

rmacklem added a reviewer: ziaee.

Re-written to conform to the more Solaris-like
semantics of O_NAMEDATTR that is now implemented
in main.

Replaced the copyright notice with the new recommended
short one, as suggested by ziaee@.

Clarified when named attributes and named attribute
directories are created.

I also added a paragraph related to use of pathconf(2)
names.

share/man/man7/named_attribute.7
14โ€“15

@ziaee this seems more verbose than typical; you've been looking at all kinds of man pages so would like your advice/commentary on guidelines

share/man/man7/named_attribute.7
14โ€“15

I'm sorry for the delay, I have seen this but I am chewing on it because I agree. Simplifying language to make it easier to read, especially on topics you're not so familiar with, is hard. We probably shouldn't hold this up though.