diff options
| author | 2002-04-30 16:31:42 +0000 | |
|---|---|---|
| committer | 2002-04-30 16:31:42 +0000 | |
| commit | 49bdad570bd1d68338d6afe21882d4af0d059a5c (patch) | |
| tree | 4bf69fc12d4b749e6f9b04d90650efc793ea2676 /lib/libpthread/man/pthreads.3 | |
| parent | typo: form -> from. From form@ (diff) | |
| download | wireguard-openbsd-49bdad570bd1d68338d6afe21882d4af0d059a5c.tar.xz wireguard-openbsd-49bdad570bd1d68338d6afe21882d4af0d059a5c.zip | |
Initial cleanup:
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;
o) wrap long lines;
millert@ ok
Diffstat (limited to 'lib/libpthread/man/pthreads.3')
| -rw-r--r-- | lib/libpthread/man/pthreads.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthreads.3 b/lib/libpthread/man/pthreads.3 index c7ec1795c05..ebf34d84ac5 100644 --- a/lib/libpthread/man/pthreads.3 +++ b/lib/libpthread/man/pthreads.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthreads.3,v 1.16 2002/02/21 08:37:55 fgsch Exp $ +.\" $OpenBSD: pthreads.3,v 1.17 2002/04/30 16:31:42 mpech Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 17, 1998 .Dt PTHREADS 3 @@ -33,10 +33,9 @@ flags (see .Sx Thread flags ) , signal mask, and name (as set by .Xr pthread_set_name_np 3 ) . -If the environment variable +If the environment variable .Ev PTHREAD_DEBUG is defined additional information is displayed. -.Pp .Ss Thread states Threads can be in one of these states: .Bl -tag -offset indent -width Dv -compact |
