From d421f2608deabd4afa8f54fe41a8f9b9492d1711 Mon Sep 17 00:00:00 2001 From: Marco S Hyman Date: Fri, 2 Nov 2001 22:50:13 +0000 Subject: fix typo in thread status flags --- lib/libc_r/man/pthreads.3 | 4 ++-- 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 , 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 , 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" -- cgit v1.2.3