summaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2001-11-02 22:50:13 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2001-11-02 22:50:13 +0000
commitd421f2608deabd4afa8f54fe41a8f9b9492d1711 (patch)
treed07a977fdf5134d346219a6ce617280bc2fca7b4 /lib/libc_r
parent1678f8ce76b01171c511801b13d5ef7b4b18037e (diff)
fix typo in thread status flags
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/man/pthreads.34
1 files changed, 2 insertions, 2 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"