mirror of
https://git.freebsd.org/src.git
synced 2026-01-17 07:11:54 +00:00
fhopen.2: Update man page for O_NAMEDATTR flag
This patch updates the man page for the O_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: 2ec2ba7e ("Add support for Solaris style extended attr")
Differential Revision: https://reviews.freebsd.org/D49718
This commit is contained in:
parent
9227ecea6f
commit
dedbb972d2
1 changed files with 17 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd June 29, 1999
|
||||
.Dd April 6, 2025
|
||||
.Dt FHOPEN 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -75,6 +75,10 @@ together the flags used for the
|
|||
system call.
|
||||
All said flags are valid except for
|
||||
.Dv O_CREAT .
|
||||
If the file handle refers to a named attribute or named attribute
|
||||
directory, the
|
||||
.Dv O_NAMEDATTR
|
||||
flag must be specified.
|
||||
.Pp
|
||||
The
|
||||
.Fn fhstat
|
||||
|
|
@ -116,6 +120,16 @@ Calling
|
|||
with
|
||||
.Dv O_CREAT
|
||||
set.
|
||||
.It Bq Er ENOATTR
|
||||
The file handle does not refer to a named attribute or named attribute
|
||||
directory although the
|
||||
.Dv O_NAMEDATTR
|
||||
flag was specified.
|
||||
.It Bq Er ENOATTR
|
||||
The file handle refers to a named attribute or named attribute directory
|
||||
although the
|
||||
.Dv O_NAMEDATTR
|
||||
flag was not specified.
|
||||
.It Bq Er ESTALE
|
||||
The file handle
|
||||
.Fa fhp
|
||||
|
|
@ -125,7 +139,8 @@ is no longer valid.
|
|||
.Xr fstat 2 ,
|
||||
.Xr fstatfs 2 ,
|
||||
.Xr getfh 2 ,
|
||||
.Xr open 2
|
||||
.Xr open 2 ,
|
||||
.Xr named_attribute 9
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn fhopen ,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue