aboutsummaryrefslogtreecommitdiffstats
path: root/man7/pthreads.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-07-06 12:57:38 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-07-06 12:57:38 +0000
commit2bc2f4798feabd972879ff8f1633b08e337f57e1 (patch)
tree7c2c27db04f020b2ec55c5e24bf135161c5d0b84 /man7/pthreads.7
parent06795d3a1f10b71e1da07ac269240455d40e62b3 (diff)
downloadman-pages-2bc2f4798feabd972879ff8f1633b08e337f57e1.tar.gz
hyphen/dash fixes
Diffstat (limited to 'man7/pthreads.7')
-rw-r--r--man7/pthreads.74
1 files changed, 2 insertions, 2 deletions
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