extattr_get_fd(2): fix manlint errors
- The CAVEATS section was misspelled as "CAVEAT". - The CAVEATS section should come before the "BUGS" section and after other existing sections by convention. MFC after: 1 week Reported by: make manlint Sponsored by: DellEMC Isilon
This commit is contained in:
parent
645027c89d
commit
9d610b1516
@ -167,10 +167,6 @@ is attribute-specific.
|
||||
.Pp
|
||||
For more information on named extended attributes, please see
|
||||
.Xr extattr 9 .
|
||||
.Sh CAVEAT
|
||||
This interface is under active development, and as such is subject to
|
||||
change as applications are adapted to use it.
|
||||
Developers are discouraged from relying on its stability.
|
||||
.Sh RETURN VALUES
|
||||
If successful, the
|
||||
.Fn extattr_get_file ,
|
||||
@ -264,6 +260,10 @@ Project, and introduced in
|
||||
.Fx 5.0 .
|
||||
It was developed to support security extensions requiring additional labels
|
||||
to be associated with each file or directory.
|
||||
.Sh CAVEATS
|
||||
This interface is under active development, and as such is subject to
|
||||
change as applications are adapted to use it.
|
||||
Developers are discouraged from relying on its stability.
|
||||
.Sh BUGS
|
||||
In earlier versions of this API, passing an empty string for the
|
||||
attribute name to
|
||||
|
Loading…
x
Reference in New Issue
Block a user