For consistency, "fix" cases where aregument of .B or .I was on the following source line.

This commit is contained in:
Michael Kerrisk 2008-06-18 08:57:49 +00:00
parent 7bcd433363
commit 2fadbfb588
12 changed files with 32 additions and 59 deletions

View File

@ -37,12 +37,9 @@
msgctl \- message control operations msgctl \- message control operations
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.B .B #include <sys/types.h>
#include <sys/types.h> .B #include <sys/ipc.h>
.B .B #include <sys/msg.h>
#include <sys/ipc.h>
.B
#include <sys/msg.h>
.fi .fi
.sp .sp
.BI "int msgctl(int " msqid , .BI "int msgctl(int " msqid ,

View File

@ -35,12 +35,9 @@
msgget \- get a message queue identifier msgget \- get a message queue identifier
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.B .B #include <sys/types.h>
#include <sys/types.h> .B #include <sys/ipc.h>
.B .B #include <sys/msg.h>
#include <sys/ipc.h>
.B
#include <sys/msg.h>
.fi .fi
.sp .sp
.BI "int msgget(key_t " key , .BI "int msgget(key_t " key ,

View File

@ -24,26 +24,20 @@ and thus these calls should not normally need to be accessed from userspace.
.TP .TP
.BR pciconfig_read () .BR pciconfig_read ()
Reads to Reads to
.I .I buf
buf
from device from device
.I .I dev
dev
at offset at offset
.I .I off
off
value. value.
.TP .TP
.BR pciconfig_write () .BR pciconfig_write ()
Writes from Writes from
.I .I buf
buf
to device to device
.I .I dev
dev
at offset at offset
.I .I off
off
value. value.
.TP .TP
.BR pciconfig_iobase () .BR pciconfig_iobase ()
@ -103,8 +97,7 @@ not defined).
This return value is only valid for This return value is only valid for
.BR pciconfig_iobase (). .BR pciconfig_iobase ().
It is returned if the value for It is returned if the value for
.I .I which
which
is invalid. is invalid.
.TP .TP
.B EPERM .B EPERM

View File

@ -36,12 +36,9 @@
semget \- get a semaphore set identifier semget \- get a semaphore set identifier
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.B .B #include <sys/types.h>
#include <sys/types.h> .B #include <sys/ipc.h>
.B .B #include <sys/sem.h>
#include <sys/ipc.h>
.B
#include <sys/sem.h>
.fi .fi
.sp .sp
.BI "int semget(key_t " key , .BI "int semget(key_t " key ,

View File

@ -35,12 +35,9 @@
semop, semtimedop \- semaphore operations semop, semtimedop \- semaphore operations
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.B .B #include <sys/types.h>
#include <sys/types.h> .B #include <sys/ipc.h>
.B .B #include <sys/sem.h>
#include <sys/ipc.h>
.B
#include <sys/sem.h>
.sp .sp
.BI "int semop(int " semid ", struct sembuf *" sops ", unsigned " nsops ); .BI "int semop(int " semid ", struct sembuf *" sops ", unsigned " nsops );
.sp .sp

View File

@ -106,14 +106,13 @@ and
for different paths: for different paths:
.sp .sp
.nf .nf
.B .B "path dirname basename"
path dirname basename "/usr/lib" "/usr" "lib"
"/usr/lib" "/usr" "lib" "/usr/" "/" "usr"
"/usr/" "/" "usr" "usr" "." "usr"
"usr" "." "usr" "/" "/" "/"
"/" "/" "/" "." "." "."
"." "." "." ".." "." ".."
".." "." ".."
.fi .fi
.SH "RETURN VALUE" .SH "RETURN VALUE"
Both Both

View File

@ -137,8 +137,7 @@ member of the
.SH "CONFORMING TO" .SH "CONFORMING TO"
This ancillary data model conforms to the POSIX.1g draft, 4.4BSD-Lite, This ancillary data model conforms to the POSIX.1g draft, 4.4BSD-Lite,
the IPv6 advanced API described in RFC\ 2292 and the SUSv2. the IPv6 advanced API described in RFC\ 2292 and the SUSv2.
.B .B CMSG_ALIGN
CMSG_ALIGN
is a Linux extension. is a Linux extension.
.SH NOTES .SH NOTES
For portability, ancillary data should be accessed only using the macros For portability, ancillary data should be accessed only using the macros

View File

@ -29,10 +29,8 @@
ftok \- convert a pathname and a project identifier to a System V IPC key ftok \- convert a pathname and a project identifier to a System V IPC key
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.B .B #include <sys/types.h>
#include <sys/types.h> .B #include <sys/ipc.h>
.B
#include <sys/ipc.h>
.fi .fi
.sp .sp
.BI "key_t ftok(const char *" pathname ", int " proj_id ); .BI "key_t ftok(const char *" pathname ", int " proj_id );

View File

@ -560,8 +560,7 @@ On error \-1 is returned, and \fIerrno\fP is set.
.B EBADF .B EBADF
The file descriptor is invalid. The file descriptor is invalid.
.TP .TP
.B .B ENOTTY
ENOTTY
The file descriptor is not associated with a character special device, The file descriptor is not associated with a character special device,
or the specified request does not apply to it. or the specified request does not apply to it.
.TP .TP

View File

@ -5,8 +5,7 @@
.SH NAME .SH NAME
tzfile \- time zone information tzfile \- time zone information
.SH SYNOPSIS .SH SYNOPSIS
.B .B #include <tzfile.h>
#include <tzfile.h>
.SH DESCRIPTION .SH DESCRIPTION
The time zone information files used by The time zone information files used by
.BR tzset (3) .BR tzset (3)

View File

@ -219,8 +219,7 @@ $ mount -t mqueue none /dev/mqueue
.in .in
These fields are as follows: These fields are as follows:
.TP .TP
.B .B QSIZE
QSIZE
Number of bytes of data in all messages in the queue. Number of bytes of data in all messages in the queue.
.TP .TP
.B NOTIFY_PID .B NOTIFY_PID

View File

@ -132,7 +132,6 @@ for "pty" in the name of the master) can then be opened.
.br .br
.I /dev/tty[p-za-e][0-9a-f] .I /dev/tty[p-za-e][0-9a-f]
(BSD slave devices) (BSD slave devices)
.I
.SH "NOTES" .SH "NOTES"
A description of the A description of the
.B TIOCPKT .B TIOCPKT