Formatting fixes

This commit is contained in:
Michael Kerrisk 2005-10-19 14:16:57 +00:00
parent a68b4927bf
commit 4a225b7a41
14 changed files with 43 additions and 19 deletions

View File

@ -472,7 +472,13 @@ match any pattern contained in
.B \-y .B \-y
Use the side by side output format. Use the side by side output format.
.SH "SEE ALSO" .SH "SEE ALSO"
cmp(1), comm(1), diff3(1), ed(1), patch(1), pr(1), sdiff(1). .BR cmp (1),
.BR comm (1),
.BR diff3 (1),
.BR ed (1),
.BR patch (1),
.BR pr (1),
.BR sdiff (1).
.SH DIAGNOSTICS .SH DIAGNOSTICS
An exit status of 0 means no differences were found, 1 means some An exit status of 0 means no differences were found, 1 means some
differences were found, and 2 means trouble. differences were found, and 2 means trouble.

View File

@ -87,7 +87,10 @@ is out of the allowed range for file descriptors.
.B EBUSY .B EBUSY
(Linux only) This may be returned by (Linux only) This may be returned by
.BR dup2 () .BR dup2 ()
during a race condition with open() and dup(). during a race condition with
.BR open ()
and
.BR dup ().
.TP .TP
.B EINTR .B EINTR
The The

View File

@ -52,7 +52,11 @@ Only the first 0x3ff I/O ports can be specified in this manner. For more
ports, the ports, the
.BR iopl () .BR iopl ()
function must be used. function must be used.
Permissions are not inherited on fork, but on exec they are. This is Permissions are not inherited on
.BR fork (),
but on
.BR exec ()
they are. This is
useful for giving port access permissions to non-privileged tasks. useful for giving port access permissions to non-privileged tasks.
This call is mostly for the i386 architecture. This call is mostly for the i386 architecture.

View File

@ -51,7 +51,10 @@ In addition to granting unrestricted I/O port access, running at a higher
I/O privilege level also allows the process to disable interrupts. This I/O privilege level also allows the process to disable interrupts. This
will probably crash the system, and is not recommended. will probably crash the system, and is not recommended.
Permissions are inherited by fork and exec. Permissions are inherited by
.BR fork ()
and
.BR exec ().
The I/O privilege level for a normal process is 0. The I/O privilege level for a normal process is 0.

View File

@ -51,7 +51,9 @@ Set the parent process death signal
of the current process to \fIarg2\fP (either a signal value of the current process to \fIarg2\fP (either a signal value
in the range 1..maxsig, or 0 to clear). in the range 1..maxsig, or 0 to clear).
This is the signal that the current process will get when its This is the signal that the current process will get when its
parent dies. This value is cleared upon a fork(). parent dies.
This value is cleared upon a
.BR fork ().
.TP .TP
.B PR_GET_PDEATHSIG .B PR_GET_PDEATHSIG
(since Linux 2.3.15) (since Linux 2.3.15)

View File

@ -224,13 +224,13 @@ interrupt handler.
.SS Miscellaneous .SS Miscellaneous
Child processes inherit the scheduling algorithm and parameters across a Child processes inherit the scheduling algorithm and parameters across a
.BR fork . .BR fork ().
Memory locking is usually needed for real-time processes to avoid Memory locking is usually needed for real-time processes to avoid
paging delays, this can be done with paging delays, this can be done with
.B mlock .BR mlock ()
or or
.BR mlockall . .BR mlockall ().
As a non-blocking end-less loop in a process scheduled under As a non-blocking end-less loop in a process scheduled under
\fISCHED_FIFO\fP or \fISCHED_RR\fP will block all processes with lower \fISCHED_FIFO\fP or \fISCHED_RR\fP will block all processes with lower

View File

@ -74,8 +74,9 @@ where a child will be created which then immediately issues an
.BR execve () . .BR execve () .
.PP .PP
.BR vfork () .BR vfork ()
differs from fork in that the parent is suspended until the child makes differs from
a call to .BR fork ()
in that the parent is suspended until the child makes a call to
.BR execve (2) .BR execve (2)
or or
.BR _exit (2). .BR _exit (2).

View File

@ -124,7 +124,8 @@ has been called, a subsequent call to either \fBsrand48\fP() or
SVID 3 SVID 3
.SH NOTES .SH NOTES
These functions are declared obsolete by SVID 3, which states that These functions are declared obsolete by SVID 3, which states that
rand(3) should be used instead. .BR rand(3)
should be used instead.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR rand (3), .BR rand (3),
.BR random (3) .BR random (3)

View File

@ -104,7 +104,8 @@ instead of
.IR <rpc/auth_des.h> . .IR <rpc/auth_des.h> .
.SH "BUGS" .SH "BUGS"
rtime() in glibc <= 2.2.5 does not work properly on 64bit machines. .BR rtime ()
in glibc <= 2.2.5 does not work properly on 64bit machines.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR netdate (1), .BR netdate (1),
.BR ntpdate (1), .BR ntpdate (1),

View File

@ -94,10 +94,10 @@ The \fBstrtok\fP() function returns a pointer to the next token, or
NULL if there are no more tokens. NULL if there are no more tokens.
.SH "CONFORMING TO" .SH "CONFORMING TO"
.TP .TP
strtok() .BR strtok ()
SVID 3, POSIX, 4.3BSD, ISO 9899 SVID 3, POSIX, 4.3BSD, ISO 9899
.TP .TP
strtok_r() .BR strtok_r ()
POSIX.1c POSIX.1c
.SH "SEE ALSO" .SH "SEE ALSO"
.BR index (3), .BR index (3),

View File

@ -94,8 +94,7 @@ between systems, a call to
.BR sysconf () .BR sysconf ()
can be made. can be made.
The The
.B .BR sysconf ()
sysconf()
argument will be argument will be
.BR _SC_FOO . .BR _SC_FOO .
.SH "POSIX.1 VARIABLES" .SH "POSIX.1 VARIABLES"

View File

@ -50,7 +50,9 @@ and
.B SIGQUIT .B SIGQUIT
will be ignored. will be ignored.
.SH "RETURN VALUE" .SH "RETURN VALUE"
The value returned is \-1 on error (e.g. fork failed), The value returned is \-1 on error (e.g.
.BR fork ()
failed),
and the return status of the command otherwise. and the return status of the command otherwise.
This latter return status is in the format This latter return status is in the format
specified in specified in

View File

@ -459,4 +459,6 @@ Ralph Roesler \(em rroesler@syskonnect.de
.br .br
Mirko Lindner \(em mlindner@syskonnect.de Mirko Lindner \(em mlindner@syskonnect.de
.SH "SEE ALSO" .SH "SEE ALSO"
modprobe(8), insmod(8), ifconfig(8). .BR modprobe (8),
.BR insmod (8),
.BR ifconfig (8).

View File

@ -49,7 +49,7 @@ and
.TP .TP
.I /dev .I /dev
Special or device files, which refer to physical devices. See Special or device files, which refer to physical devices. See
mknod(1). .BR mknod (1).
.TP .TP
.I /dos .I /dos
If both MS\-DOS and Linux are run on one computer, this is a typical If both MS\-DOS and Linux are run on one computer, this is a typical