diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-06 10:42:27 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-06 10:42:27 +0000 |
commit | 1320ab033fe87f3c4bbe6a5b938051a972e2c008 (patch) | |
tree | 08643f7157203db17f792c9fa6e21e98cbb2ed53 /lib/libc_r | |
parent | ee5b7a2eb6e46300664b2e6619df8f6ef2e27947 (diff) |
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/man/pthread_attr_setdetachstate.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_attr_setdetachstate.3 b/lib/libc_r/man/pthread_attr_setdetachstate.3 index ad0a12d3814..408383879f0 100644 --- a/lib/libc_r/man/pthread_attr_setdetachstate.3 +++ b/lib/libc_r/man/pthread_attr_setdetachstate.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.2 2000/04/12 21:48:02 aaron Exp $ +.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.3 2001/08/06 10:42:26 mpech Exp $ .\" Manual page derived from TOG's UNIX98 documentation. .Dd January 6, 2000 .Dt PTHREAD_ATTR_SETDETACHSTATE 3 @@ -55,7 +55,6 @@ to be in the joinable state. The default value of the .Va detachstate attribute is .Dv PTHREAD_CREATE_JOINABLE . -.Pp .Sh RETURN VALUE Upon successful completion, .Fn pthread_attr_setdetachstate |