From ccea2d571b75edf69675eda0defb15d8748a1bf2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 17 Apr 2008 19:37:32 +0000 Subject: [PATCH] tfix --- man7/pthreads.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 1cd717324..8fe7f7068 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