diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-06 12:57:38 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-06 12:57:38 +0000 |
commit | 2bc2f4798feabd972879ff8f1633b08e337f57e1 (patch) | |
tree | 7c2c27db04f020b2ec55c5e24bf135161c5d0b84 /man5 | |
parent | 06795d3a1f10b71e1da07ac269240455d40e62b3 (diff) |
hyphen/dash fixes
Diffstat (limited to 'man5')
-rw-r--r-- | man5/complex.5 | 2 | ||||
-rw-r--r-- | man5/nscd.conf.5 | 2 | ||||
-rw-r--r-- | man5/proc.5 | 2 | ||||
-rw-r--r-- | man5/services.5 | 2 | ||||
-rw-r--r-- | man5/slabinfo.5 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/man5/complex.5 b/man5/complex.5 index aad6012f..227e6075 100644 --- a/man5/complex.5 +++ b/man5/complex.5 @@ -32,7 +32,7 @@ Your C-compiler can work with complex numbers if it supports the C99 standard. Link with \-lm. The imaginary unit is represented by I. .sp .nf -/* check that exp(i*pi) == -1 */ +/* check that exp(i*pi) == \-1 */ #include <math.h> /* for atan */ #include <complex.h> main() { diff --git a/man5/nscd.conf.5 b/man5/nscd.conf.5 index 21864846..147dadf4 100644 --- a/man5/nscd.conf.5 +++ b/man5/nscd.conf.5 @@ -57,7 +57,7 @@ requests. At least five threads will always be created. .I user .RS If this option is set, nscd will run as this user and not as root. -If a separate cache for every user is used (-S parameter), this +If a separate cache for every user is used (\-S parameter), this option is ignored. .RE diff --git a/man5/proc.5 b/man5/proc.5 index a41ac14a..41cbd2e6 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -136,7 +136,7 @@ an output file: .br .nf -\f(CWfoobar -i /proc/self/fd/0 -o /proc/self/fd/1 ...\fR +\f(CWfoobar \-i /proc/self/fd/0 \-o /proc/self/fd/1 ...\fR .fi .br diff --git a/man5/services.5 b/man5/services.5 index 6a9a855d..063dd135 100644 --- a/man5/services.5 +++ b/man5/services.5 @@ -163,7 +163,7 @@ msp 18/udp # message send protocol chargen 19/tcp ttytst source chargen 19/udp ttytst source ftp 21/tcp -# 22 - unassigned +# 22 \- unassigned telnet 23/tcp .sp .fi diff --git a/man5/slabinfo.5 b/man5/slabinfo.5 index ec53777f..07b8fcea 100644 --- a/man5/slabinfo.5 +++ b/man5/slabinfo.5 @@ -35,7 +35,7 @@ gives statistics. For example: .RS .nf % cat /proc/slabinfo -slabinfo - version: 1.1 +slabinfo \- version: 1.1 kmem_cache 60 78 100 2 2 1 blkdev_requests 5120 5120 96 128 128 1 mnt_cache 20 40 96 1 1 1 |