aboutsummaryrefslogtreecommitdiffstats
path: root/man7/pthreads.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/pthreads.7')
-rw-r--r--man7/pthreads.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/pthreads.7 b/man7/pthreads.7
index 568faff52c..f056264202 100644
--- a/man7/pthreads.7
+++ b/man7/pthreads.7
@@ -415,8 +415,8 @@ be sufficient to determine the default threading implementation:
.nf
.in +4n
-bash$ $( ldd /bin/ls | grep libc.so | awk \'{print $3}\' ) | \\
- egrep \-i \'threads|nptl\'
+bash$ $( ldd /bin/ls | grep libc.so | awk \(aq{print $3}\(aq ) | \\
+ egrep \-i \(aqthreads|nptl\(aq
Native POSIX Threads Library by Ulrich Drepper et al
.in
.fi
@@ -439,7 +439,7 @@ For example:
.in +4n
bash$ $( LD_ASSUME_KERNEL=2.2.5 ldd /bin/ls | grep libc.so | \\
- awk \'{print $3}\' ) | egrep \-i \'threads|ntpl\'
+ awk \(aq{print $3}\(aq ) | egrep \-i \(aqthreads|ntpl\(aq
linuxthreads-0.10 by Xavier Leroy
.in
.fi