Remove orphaned formatting macros.

This commit is contained in:
Michael Kerrisk 2008-06-26 13:39:26 +00:00
parent e6e731d1f4
commit ae4a72b7b2
4 changed files with 0 additions and 4 deletions

View File

@ -106,7 +106,6 @@ with the given key existed.
If this flag is not set, then
.B ENOENT
is returned when no segment with the given key exists.
.IR
.SH "RETURN VALUE"
On success,
.BR alloc_hugepages ()

View File

@ -240,7 +240,6 @@ POSIX.1b signals and
.B SIGCHLD
fill in
.IR si_pid " and " si_uid .
.BR
.IP *
.B SIGCHLD
also fills in

View File

@ -52,7 +52,6 @@ function returns the position of the first
(least significant) bit set in the word \fIi\fP.
The least significant bit is position 1 and the
most significant position is, for example, 32 or 64.
.BR
The functions
.BR ffsll ()
and

View File

@ -120,7 +120,6 @@ the result of the comparison.
and
.BR timercmp ()
return true (non-zero) or false (0).
.BR
.SH ERRORS
No errors are defined.
.SH CONFORMING TO