diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-04-17 19:37:32 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-04-17 19:37:32 +0000 |
| commit | ccea2d571b75edf69675eda0defb15d8748a1bf2 (patch) | |
| tree | 2bd1814441d23a6b8ee073134d097da8b8bbc151 /man7/pthreads.7 | |
| parent | 5db77de4ff5382ae024236080489bcaf3421ac45 (diff) | |
| download | man-pages-ccea2d571b75edf69675eda0defb15d8748a1bf2.tar.gz | |
tfix
Diffstat (limited to 'man7/pthreads.7')
| -rw-r--r-- | man7/pthreads.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 1cd7173240..8fe7f70683 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -312,7 +312,7 @@ be sufficient to determine the default threading implementation: .in +4n bash$ $( ldd /bin/ls | grep libc.so | awk '{print $3}' ) | \\ - egrep \-i 'threads|ntpl' + egrep \-i 'threads|nptl' Native POSIX Threads Library by Ulrich Drepper et al .in .fi |
