open(2): fix manlint warnings

- Sort SEE ALSO .Xr entries.
- Sort sections (HISTORY comes after STANDARDS).

Reported by:	make manlint
MFC after:	2 weeks
Sponsored by:	Dell EMC Isilon
This commit is contained in:
ngie 2017-05-23 07:44:43 +00:00
parent 115bac87e0
commit e928dd7c1a

View File

@ -490,7 +490,6 @@ was called and the process is in capability mode.
is an absolute path or contained "..". is an absolute path or contained "..".
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr capsicum 4 ,
.Xr chmod 2 , .Xr chmod 2 ,
.Xr close 2 , .Xr close 2 ,
.Xr dup 2 , .Xr dup 2 ,
@ -503,16 +502,8 @@ is an absolute path or contained "..".
.Xr read 2 , .Xr read 2 ,
.Xr umask 2 , .Xr umask 2 ,
.Xr write 2 , .Xr write 2 ,
.Xr fopen 3 .Xr fopen 3 ,
.Sh HISTORY .Xr capsicum 4
The
.Fn open
function appeared in
.At v6 .
The
.Fn openat
function was introduced in
.Fx 8.0 .
.Sh STANDARDS .Sh STANDARDS
These functions are specified by These functions are specified by
.St -p1003.1-2008 . .St -p1003.1-2008 .
@ -529,6 +520,15 @@ when
is set in flags and the final component of pathname is a symbolic link is set in flags and the final component of pathname is a symbolic link
to distinguish it from the case of too many symbolic link traversals to distinguish it from the case of too many symbolic link traversals
in one of its non-final components. in one of its non-final components.
.Sh HISTORY
The
.Fn open
function appeared in
.At v6 .
The
.Fn openat
function was introduced in
.Fx 8.0 .
.Sh BUGS .Sh BUGS
The Open Group Extended API Set 2 specification requires that the test The Open Group Extended API Set 2 specification requires that the test
for whether for whether