This commit is contained in:
Michael Kerrisk 2007-12-10 06:42:35 +00:00
parent 173e100104
commit 3d341b3326
4 changed files with 5 additions and 13 deletions

View File

@ -72,9 +72,7 @@ until either a terminating newline or
.BR EOF ,
which it replaces with
.BR '\e0' .
No check for buffer overrun is performed (see
.B BUGS
below).
No check for buffer overrun is performed (see BUGS below).
.PP
.BR fgets ()
reads in at most one less than

View File

@ -134,7 +134,7 @@ and routines are automatically loaded as needed by the compilers
and
.BR pc (1).
The
.B SYNOPSIS
SYNOPSIS
sections of the following manual pages indicate which include files are to
be used, what the compiler declaration for the function looks like and
which external variables are of interest.

View File

@ -145,9 +145,7 @@ terminates, the normal root file system is mounted.
exits with any file-systems mounted on the initial root
file-system, then the behavior of the kernel is
.BR UNSPECIFIED "."
See the
.B NOTES
section for the current kernel behavior.)
See the NOTES section for the current kernel behavior.)
.IP 7.
If the normal root file has directory
.IR /initrd ", device"
@ -167,9 +165,7 @@ and any processes remain running from
.IR /dev/ram0 " when " /linuxrc
exits, the behavior of the kernel is
.BR UNSPECIFIED "."
See the
.B NOTES
section for the current kernel behavior.)
See the NOTES section for the current kernel behavior.)
.IP 8.
The usual boot sequence (e.g. invocation of
.IR /sbin/init )

View File

@ -26,9 +26,7 @@
.SH NAME
standards \- C and UNIX Standards
.SH DESCRIPTION
The
.B "CONFORMING TO"
section that appears in many manual pages identifies
The CONFORMING TO section that appears in many manual pages identifies
various standards to which the documented interface conforms.
The following list briefly describes these standards.
.TP