Formatting fixes.

This commit is contained in:
Michael Kerrisk 2005-07-19 15:36:19 +00:00
parent 32f3001571
commit a5e0a0e427
31 changed files with 73 additions and 67 deletions

View File

@ -9,6 +9,7 @@ The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
###Andries Brouwer <Andries.Brouwer@cwi.nl>
Mike Frysinger <vapier@gentoo.org>
Apologies if I missed anyone!
@ -21,3 +22,7 @@ places.
Changes to individual pages
---------------------------
stat.2
Mike Frysinger
Improve st_blocks description.

View File

@ -159,7 +159,7 @@ See also
.TP
.BI "\-x " "fstype, " "\-\-exclude\-type=" "fstype"
Limit the listing to filesystems not of type
.I fstype.
.IR fstype .
Multiple filesystem types can be eliminated by giving multiple
.B "\-x"
options. By default, no filesystem types are omitted.

View File

@ -384,7 +384,7 @@ Do not list files whose names match the shell pattern
(not regular expression) unless they are given on the command line. As
in the shell, an initial `.' in a filename does not match a wildcard at
the start of
.I pattern.
.IR pattern .
For simple-minded root-kits: add LS_OPTIONS="$LS_OPTIONS \-I mystuff"
in /etc/profile or so, to hide your directories.
.TP

View File

@ -36,7 +36,7 @@ setsid \- creates a session and sets the process group ID
.br
.ad b
.SH DESCRIPTION
\fBsetsid()\fP creates a new session if the calling process is not a
\fBsetsid\fP() creates a new session if the calling process is not a
process group leader. The calling process is the leader of the new
session, the process group leader of the new process group, and has no
controlling tty. The process group ID and session ID of the calling

View File

@ -105,7 +105,7 @@ For Linux 2.4 and earlier this point is the moment the system was booted.
Since Linux 2.6, this point is \fI(2^32/HZ) \- 300\fP
(i.e., about 429 million) seconds before system boot time.
The return value may overflow the possible range of type
.I clock_t.
.IR clock_t .
On error, \fI(clock_t) \-1\fP is returned, and
.I errno
is set appropriately.

View File

@ -154,7 +154,7 @@ followed by all shared libraries loaded at program startup,
and then all shared libraries loaded by
.BR dlopen()
with the flag
.B RTLD_GLOBAL.
.BR RTLD_GLOBAL .
.PP
External references in the library are resolved using the libraries
in that library's dependency list and any other libraries previously

View File

@ -58,7 +58,7 @@ is equivalent to
.BR ldexp() .
The value of FLT_RADIX is found in
.I <float.h>.
.IR <float.h> .
.\" not in /usr/include but in a gcc lib
.SH "CONFORMING TO"
The

View File

@ -68,7 +68,7 @@ from
tests whether
.I signum
is a member of
.I set.
.IR set .
.SH "RETURN VALUE"
.BR sigemptyset ", " sigfillset ", " sigaddset
and

View File

@ -179,7 +179,8 @@ or
.IR Both
whereas
.IR Both
is the default. This parameter is only relevant if AutoNeg_A of port A is not set to
is the default.
This parameter is only relevant if AutoNeg_A of port A is not set to
.IR Sense .
If AutoNeg_A is set to
.IR On

View File

@ -47,9 +47,9 @@ is 1.
.I <mb_cur_min>
is followed by the min number of bytes for a character. This
value must be less or equal than
.B mb_cur_max.
.BR mb_cur_max .
If not specified, it defaults to
.B mb_cur_max.
.BR mb_cur_max .
.TP
.I <escape_char>
is followed by a character that should be used as the

View File

@ -269,20 +269,20 @@ The order-definition starts with a line:
.I order_start
.PP
followed by a list of keywords out of
.B forward,
.B backward,
.BR forward ,
.BR backward ,
or
.B position.
.BR position .
The order definition consists of lines that describe the order
and is terminated with the keyword
.TP
.I order_end.
.IR order_end .
.PP
For more details see the sources in
.B /usr/lib/nls/src
notably the examples
.B POSIX,
.BR POSIX ,
.B Example
and
.B Example2
@ -291,7 +291,7 @@ and
The
.B LC_COLLATE
definition ends with the string
.I END LC_COLLATE.
.IR END LC_COLLATE .
.SS LC_MONETARY
The definition starts with the string
@ -333,12 +333,12 @@ monetary quantities.
.I int_frac_digits
followed by the number of fractional digits that should be used when
formatting with the
.B int_curr_symbol.
.BR int_curr_symbol .
.TP
.I frac_digits
followed by the number of fractional digits that should be used when
formatting with the
.B currency_symbol.
.BR currency_symbol .
.TP
.I p_cs_precedes
followed by an integer set to
@ -398,31 +398,31 @@ if a space separates the symbol and the sign string, if adjacent.
Parentheses enclose the quantity and the
.I currency_symbol
or
.I int_curr_symbol.
.IR int_curr_symbol .
.TP
.B 1
The sign string precedes the quantity and the
.I currency_symbol
or the
.I int_curr_symbol.
.IR int_curr_symbol .
.TP
.B 2
The sign string succeeds the quantity and the
.I currency_symbol
or the
.I int_curr_symbol.
.IR int_curr_symbol .
.TP
.B 3
The sign string precedes the
.I currency_symbol
or the
.I int_curr_symbol.
.IR int_curr_symbol .
.TP
.B 4
The sign string succeeds the
.I currency_symbol
or the
.I int_curr_symbol.
.IR int_curr_symbol .
.RE
.TP
.I n_sign_posn
@ -432,31 +432,31 @@ or the
Parentheses enclose the quantity and the
.I currency_symbol
or
.I int_curr_symbol.
.IR int_curr_symbol .
.TP
.B 1
The sign string precedes the quantity and the
.I currency_symbol
or the
.I int_curr_symbol.
.IR int_curr_symbol .
.TP
.B 2
The sign string succeeds the quantity and the
.I currency_symbol
or the
.I int_curr_symbol.
.IR int_curr_symbol .
.TP
.B 3
The sign string precedes the
.I currency_symbol
or the
.I int_curr_symbol.
.IR int_curr_symbol .
.TP
.B 4
The sign string succeeds the
.I currency_symbol
or the
.I int_curr_symbol.
.IR int_curr_symbol .
.RE
.PP
The

View File

@ -184,7 +184,7 @@ Include files for the C compiler.
.I /usr/include/X11
Include files for the C compiler and the X\-Windows system. This is
usually a symbolic link to
.I /usr/X11R6/include/X11.
.IR /usr/X11R6/include/X11 .
.TP
.I /usr/include/asm
Include files which declare some assembler functions. This used to be a

View File

@ -199,7 +199,7 @@ structure as argument to the ioctl. It contains a pointer to an array of
structures in
.B ifc_req
and its length in bytes in
.B ifc_len.
.BR ifc_len .
The kernel fills the ifreqs with all current L3 interface addresses that
are running:
.I ifr_name

View File

@ -209,8 +209,8 @@ and
sets the socket up to receive all multicast packets arriving at the interface.
In addition the traditional ioctls
.B SIOCSIFFLAGS,
.B SIOCADDMULTI,
.BR SIOCSIFFLAGS ,
.BR SIOCADDMULTI ,
.B SIOCDELMULTI
can be used for the same purpose.
@ -347,11 +347,11 @@ In addition other errors may be generated by the low-level driver.
.SH VERSIONS
.B PF_PACKET
is a new feature in Linux 2.2. Earlier Linux versions supported only
.B SOCK_PACKET.
.BR SOCK_PACKET .
.SH BUGS
glibc 2.1 does not have a define for
.B SOL_PACKET.
.BR SOL_PACKET .
The suggested workaround is to use
.RS
.nf

View File

@ -110,7 +110,7 @@ On Linux, programs that use the Pthreads API should be compiled using
Over time, two threading implementations have been provided by
the GNU C library on Linux:
.IP \- 3
.B LinuxThreads.
.B LinuxThreads
This is the original (now obsolete) Pthreads implementation.
.IP \- 3
.B NPTL

View File

@ -175,7 +175,7 @@ intended to be portable.
Sending on raw sockets should take the IP protocol from
.B sin_port;
this ability was lost in Linux 2.2. Work around is to use
.B IP_HDRINCL.
.BR IP_HDRINCL .
.SH "ERROR HANDLING"
Errors originating from the network are only passed to the user when the