diff options
author | 2001-11-02 22:50:12 +0000 | |
---|---|---|
committer | 2001-11-02 22:50:12 +0000 | |
commit | 097f26eec800595099af6a6a1478e8c9c84a3ff6 (patch) | |
tree | a1c956398ad6bf205f4b9d38332f8d3e3e81e3d1 /lib/libpthread/man | |
parent | poll(2) manpage references itself, accept(2) references poll(2) twice. (diff) | |
download | wireguard-openbsd-097f26eec800595099af6a6a1478e8c9c84a3ff6.tar.xz wireguard-openbsd-097f26eec800595099af6a6a1478e8c9c84a3ff6.zip |
fix typo in thread status flags
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 81fb9e632ab..880d3d3c9ff 100644 --- a/lib/libpthread/man/pthreads.3 +++ b/lib/libpthread/man/pthreads.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthreads.3,v 1.14 2001/10/30 23:41:05 marc Exp $ +.\" $OpenBSD: pthreads.3,v 1.15 2001/11/02 22:50:12 marc Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 17, 1998 .Dt PTHREADS 3 @@ -129,7 +129,7 @@ Thread is in the .It "W" Thread is in the .Dv WAITQ . -.It "p" +.It "P" Thread is in the .Dv PRIOQ . .It "d" |