Reordered .SH sections.

This commit is contained in:
Michael Kerrisk 2007-06-14 06:31:39 +00:00
parent 9daa4fb9bb
commit f5b031864e
4 changed files with 14 additions and 14 deletions

View File

@ -51,12 +51,6 @@ When in the POSIX locale, use the precise traditional format
(with numbers in seconds)
where the number of decimals in the output for %f is unspecified
but is sufficient to express the clock tick accuracy, and at least one.
.SH ENVIRONMENT
The variables LANG, LC_ALL, LC_CTYPE, LC_MESSAGES, LC_NUMERIC,
NLSPATH and PATH are used.
The last one to search for
.IR command .
The remaining ones for the text and formatting of the output.
.SH "EXIT STATUS"
If
.I command
@ -66,6 +60,12 @@ Otherwise it is 127 if
.I command
could not be found, 126 if it could be found but could not be invoked,
and some other non-zero value (1-125) if something else went wrong.
.SH ENVIRONMENT
The variables LANG, LC_ALL, LC_CTYPE, LC_MESSAGES, LC_NUMERIC,
NLSPATH and PATH are used.
The last one to search for
.IR command .
The remaining ones for the text and formatting of the output.
.SH "GNU VERSION"
Below a description of the GNU 1.7 version of
.BR time .

View File

@ -246,6 +246,8 @@ Some POSIX confusion resulted in the present
also used by glibc.
See also
.BR accept (2).
.SH BUGS
The transparent proxy options are not described.
.SH EXAMPLE
An example of the use of
.BR bind ()
@ -312,8 +314,6 @@ main(int argc, char *argv[])
}
.fi
.in -0.25in
.SH BUGS
The transparent proxy options are not described.
.SH "SEE ALSO"
.BR accept (2),
.BR connect (2),

View File

@ -121,6 +121,9 @@ was introduced in Linux 2.3.41.
.SH "CONFORMING TO"
.BR pivot_root ()
is Linux specific and hence is not portable.
.SH NOTES
Glibc does not provide a wrapper for this system call; call it using
.BR syscall (2).
.SH BUGS
.BR pivot_root ()
should not have to change root and cwd of all other
@ -130,9 +133,6 @@ Some of the more obscure uses of
.BR pivot_root ()
may quickly lead to
insanity.
.SH NOTES
Glibc does not provide a wrapper for this system call; call it using
.BR syscall (2).
.SH "SEE ALSO"
.BR chdir (2),
.BR chroot (2),

View File

@ -103,6 +103,9 @@ mirror, and the object naming schemes differ between Linux and 4.4BSD,
but the declaration of the
.BR sysctl (2)
function is the same in both.
.SH NOTES
Glibc does not provide a wrapper for this system call; call it using
.BR syscall (2).
.SH BUGS
The object names vary between kernel versions.
THIS MAKES THIS SYSTEM CALL WORTHLESS FOR APPLICATIONS.
@ -152,8 +155,5 @@ main(void)
exit(EXIT_SUCCESS);
}
.fi
.SH NOTES
Glibc does not provide a wrapper for this system call; call it using
.BR syscall (2).
.SH "SEE ALSO"
.BR proc (5)