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 /man7 | |
| parent | 06795d3a1f10b71e1da07ac269240455d40e62b3 (diff) | |
| download | man-pages-2bc2f4798feabd972879ff8f1633b08e337f57e1.tar.gz | |
hyphen/dash fixes
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/ascii.7 | 4 | ||||
| -rw-r--r-- | man7/glob.7 | 6 | ||||
| -rw-r--r-- | man7/mdoc.7 | 2 | ||||
| -rw-r--r-- | man7/pthreads.7 | 4 | ||||
| -rw-r--r-- | man7/tcp.7 | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/man7/ascii.7 b/man7/ascii.7 index e6f410867a..e8ae509915 100644 --- a/man7/ascii.7 +++ b/man7/ascii.7 @@ -169,7 +169,7 @@ For convenience, let us give more compact tables in hex and decimal. 2: " 2 B R b r 2: * 4 > H R \e f p z 3: # 3 C S c s 3: ! + 5 ? I S ] g q { 4: $ 4 D T d t 4: " , 6 @ J T ^ h r | -5: % 5 E U e u 5: # - 7 A K U _ i s } +5: % 5 E U e u 5: # \- 7 A K U _ i s } 6: & 6 F V f v 6: $ . 8 B L V ` j t ~ 7: ' 7 G W g w 7: % / 9 C M W a k u DEL 8: ( 8 H X h x 8: & 0 : D N X b l v @@ -177,7 +177,7 @@ For convenience, let us give more compact tables in hex and decimal. A: * : J Z j z B: + ; K [ k { C: , < L \e l | -D: - = M ] m } +D: \- = M ] m } E: . > N ^ n ~ F: / ? O _ o DEL .fi diff --git a/man7/glob.7 b/man7/glob.7 index e432c3c219..6270958759 100644 --- a/man7/glob.7 +++ b/man7/glob.7 @@ -95,7 +95,7 @@ definition. It allowed one to have patterns that expand into an empty list, as in .br .nf - xv -wait 0 *.gif *.jpg + xv \-wait 0 *.gif *.jpg .fi where perhaps no *.gif files are present (and this is not an error). @@ -110,12 +110,12 @@ one can force the classical behaviour by setting (Similar problems occur elsewhere. E.g., where old scripts have .br .nf - rm `find . -name "*~"` + rm `find . \-name "*~"` .fi new scripts require .br .nf - rm -f nosuchfile `find . -name "*~"` + rm \-f nosuchfile `find . \-name "*~"` .fi to avoid error messages from .I rm diff --git a/man7/mdoc.7 b/man7/mdoc.7 index 3c2f10908b..c0250ded73 100644 --- a/man7/mdoc.7 +++ b/man7/mdoc.7 @@ -308,7 +308,7 @@ Produces .It Li \&Op Ta Yes Ta Yes Ta "Option (also .Oo and .Oc)." .It Li \&Ot Ta Yes Ta Yes Ta "Old style function type (Fortran only)." .It Li \&Pa Ta Yes Ta Yes Ta "Pathname or file name." -.It Li \&St Ta Yes Ta Yes Ta "Standards (-p1003.2, -p1003.1 or -ansiC)" +.It Li \&St Ta Yes Ta Yes Ta "Standards (\-p1003.2, \-p1003.1 or \-ansiC)" .It Li \&Va Ta Yes Ta Yes Ta "Variable name." .It Li \&Vt Ta Yes Ta Yes Ta "Variable type (Fortran only)." .It Li \&Xr Ta Yes Ta Yes Ta "Manual Page Cross Reference." diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 3f27095cb3..895edc9d35 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -289,7 +289,7 @@ be sufficient to determine the default threading implementation: .in +4 bash$ $( ldd /bin/ls | grep libc.so | awk '{print $3}' ) | \\ - egrep -i 'threads|ntpl' + egrep \-i 'threads|ntpl' Native POSIX Threads Library by Ulrich Drepper et al .in -4 .fi @@ -310,7 +310,7 @@ For example: .in +4 bash$ $( LD_ASSUME_KERNEL=2.2.5 ldd /bin/ls | grep libc.so | \\ - awk '{print $3}' ) | egrep -i 'threads|ntpl' + awk '{print $3}' ) | egrep \-i 'threads|ntpl' linuxthreads-0.10 by Xavier Leroy .in -4 .fi diff --git a/man7/tcp.7 b/man7/tcp.7 index e84839c696..3a9e412ba4 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -184,7 +184,7 @@ option can harm the clients of your server. .TP .BR tcp_adv_win_scale " (integer; default: 2)" Count buffering overhead as bytes/2^tcp_adv_win_scale -(if tcp_adv_win_scale > 0) or bytes-bytes/2^(-tcp_adv_win_scale), +(if tcp_adv_win_scale > 0) or bytes-bytes/2^(\-tcp_adv_win_scale), if it is <= 0. The socket receive buffer space is shared between the |
