diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2001-11-02 22:50:13 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2001-11-02 22:50:13 +0000 |
commit | d421f2608deabd4afa8f54fe41a8f9b9492d1711 (patch) | |
tree | d07a977fdf5134d346219a6ce617280bc2fca7b4 | |
parent | 1678f8ce76b01171c511801b13d5ef7b4b18037e (diff) |
fix typo in thread status flags
-rw-r--r-- | lib/libc_r/man/pthreads.3 | 4 | ||||
-rw-r--r-- | lib/libpthread/man/pthreads.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc_r/man/pthreads.3 b/lib/libc_r/man/pthreads.3 index 81fb9e632ab..880d3d3c9ff 100644 --- a/lib/libc_r/man/pthreads.3 +++ b/lib/libc_r/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" 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" |