diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-05-07 07:25:59 +1200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-05-07 15:30:17 +1200 |
| commit | 15079abb2541271493c34cc33e6ffc85a49aedcd (patch) | |
| tree | 852302cb46b1f7f472a50e678be94e3228e9c5c0 | |
| parent | 2dd7f4cbe38dcd96217d58e73044fb6314819669 (diff) | |
| download | man-pages-15079abb2541271493c34cc33e6ffc85a49aedcd.tar.gz | |
scanf.3, system.3, initrd.4, sk98lin.4, mdoc.samples.7, nscd.8: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/scanf.3 | 2 | ||||
| -rw-r--r-- | man3/system.3 | 2 | ||||
| -rw-r--r-- | man4/initrd.4 | 4 | ||||
| -rw-r--r-- | man4/sk98lin.4 | 2 | ||||
| -rw-r--r-- | man7/mdoc.samples.7 | 2 | ||||
| -rw-r--r-- | man8/nscd.8 | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/man3/scanf.3 b/man3/scanf.3 index a572a8cd7c..1e6f32d425 100644 --- a/man3/scanf.3 +++ b/man3/scanf.3 @@ -695,7 +695,7 @@ behavior of specifiers defined in C89. .PP Some combinations of the type modifiers and conversion specifiers defined by ANSI C do not make sense -(e.g. +(e.g., .BR "%Ld" ). While they may have a well-defined behavior on Linux, this need not to be so on other architectures. diff --git a/man3/system.3 b/man3/system.3 index ee1edfc965..af70a456bf 100644 --- a/man3/system.3 +++ b/man3/system.3 @@ -50,7 +50,7 @@ and .B SIGQUIT will be ignored. .SH "RETURN VALUE" -The value returned is \-1 on error (e.g. +The value returned is \-1 on error (e.g., .BR fork (2) failed), and the return status of the command otherwise. diff --git a/man4/initrd.4 b/man4/initrd.4 index e41137f014..5773129a5d 100644 --- a/man4/initrd.4 +++ b/man4/initrd.4 @@ -55,7 +55,7 @@ already created, it can be created with the following commands: .fi .PP Also, support for both "RAM disk" and "Initial RAM disk" -(e.g. +(e.g., .BR CONFIG_BLK_DEV_RAM=y and .BR CONFIG_BLK_DEV_INITRD=y ) @@ -111,7 +111,7 @@ The kernel then read-write mounts the device as the initial root file system. .IP 4. If the indicated normal root file system is also the initial -root file-system (e.g. +root file-system (e.g., .IR /dev/ram0 ) then the kernel skips to the last step for the usual boot sequence. .IP 5. diff --git a/man4/sk98lin.4 b/man4/sk98lin.4 index d9aa8b2648..5e99cea934 100644 --- a/man4/sk98lin.4 +++ b/man4/sk98lin.4 @@ -422,7 +422,7 @@ Stating any other port parameter together with this .I ConType parameter will result in a merged configuration of those settings. This is due to -the fact, that the per-port parameters (e.g. +the fact, that the per-port parameters (e.g., .IR Speed_A ) have a higher priority than the combined variable .IR ConType . diff --git a/man7/mdoc.samples.7 b/man7/mdoc.samples.7 index 7a11217ab1..dde4e61583 100644 --- a/man7/mdoc.samples.7 +++ b/man7/mdoc.samples.7 @@ -434,7 +434,7 @@ are handled by replacing the .Ql \e with .Ql \ee -(e.g. +(e.g., .Ql \een ) to preserve the backslash. diff --git a/man8/nscd.8 b/man8/nscd.8 index 4b670e3caa..271d0c8619 100644 --- a/man8/nscd.8 +++ b/man8/nscd.8 @@ -59,7 +59,7 @@ calls remain uncached as a result. will give you a list with all options and what they do. .SH NOTES The daemon will try to watch for changes in configuration files -appropriate for each database (e.g. +appropriate for each database (e.g., .I /etc/passwd for the .I passwd |
