diff options
author | 2003-12-23 20:10:45 +0000 | |
---|---|---|
committer | 2003-12-23 20:10:45 +0000 | |
commit | 38fb14eac353e081cf41c9d9f03c922e9ecf51a0 (patch) | |
tree | d7877a48f3c1354657e5cf1a2af93c0ac40bf385 /lib/libpthread/man | |
parent | Use getopt(3) correctly. (diff) | |
download | wireguard-openbsd-38fb14eac353e081cf41c9d9f03c922e9ecf51a0.tar.xz wireguard-openbsd-38fb14eac353e081cf41c9d9f03c922e9ecf51a0.zip |
change the variable name used for status checking,
LIBC_R_DEBUG -> LIBPTHREAD_DEBUG
ok marc@
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r-- | lib/libpthread/man/pthreads.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthreads.3 b/lib/libpthread/man/pthreads.3 index 00f716c9564..937c02a26c8 100644 --- a/lib/libpthread/man/pthreads.3 +++ b/lib/libpthread/man/pthreads.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthreads.3,v 1.19 2003/05/18 13:06:33 jmc Exp $ +.\" $OpenBSD: pthreads.3,v 1.20 2003/12/23 20:10:45 brad Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 17, 1998 .Dt PTHREADS 3 @@ -184,7 +184,7 @@ or Enables verbose .Dv SIGINFO signal output. -.It Ev LIBC_R_DEBUG +.It Ev LIBPTHREAD_DEBUG Display thread status every time the garbage collection thread runs, approximately once every 10 seconds. The status display verbosity is controlled by the |