diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-10 06:42:35 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-10 06:42:35 +0000 |
| commit | 3d341b3326079c6d0a6dc2955a99ddb5ea2c33f4 (patch) | |
| tree | f4edf76834e6c344bd37f11b46c4211d722736f0 | |
| parent | 173e100104c845bdca10a9eb2ba3b772545628c6 (diff) | |
| download | man-pages-3d341b3326079c6d0a6dc2955a99ddb5ea2c33f4.tar.gz | |
ffix
| -rw-r--r-- | man3/gets.3 | 4 | ||||
| -rw-r--r-- | man3/stdio.3 | 2 | ||||
| -rw-r--r-- | man4/initrd.4 | 8 | ||||
| -rw-r--r-- | man7/standards.7 | 4 |
4 files changed, 5 insertions, 13 deletions
diff --git a/man3/gets.3 b/man3/gets.3 index 3a8e1c3a7e..52a90cd1fe 100644 --- a/man3/gets.3 +++ b/man3/gets.3 @@ -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 diff --git a/man3/stdio.3 b/man3/stdio.3 index b8796e2f50..914b833193 100644 --- a/man3/stdio.3 +++ b/man3/stdio.3 @@ -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. diff --git a/man4/initrd.4 b/man4/initrd.4 index 55d824a708..1d73d58410 100644 --- a/man4/initrd.4 +++ b/man4/initrd.4 @@ -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 ) diff --git a/man7/standards.7 b/man7/standards.7 index 5163abe5c9..d6dfc476ea 100644 --- a/man7/standards.7 +++ b/man7/standards.7 @@ -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 |
