diff options
author | 2003-05-18 13:06:33 +0000 | |
---|---|---|
committer | 2003-05-18 13:06:33 +0000 | |
commit | 79ad192cf264972d5e32c82337786b1e37445796 (patch) | |
tree | 9116c54724f9adbefc7cd21a03c753455b634db9 /lib/libpthread/man/sem_destroy.3 | |
parent | Print kerberos version w/o depending on ~4 include files (diff) | |
download | wireguard-openbsd-79ad192cf264972d5e32c82337786b1e37445796.tar.xz wireguard-openbsd-79ad192cf264972d5e32c82337786b1e37445796.zip |
- typos
- new sentence, new line
- clean up .Xrs
Diffstat (limited to 'lib/libpthread/man/sem_destroy.3')
-rw-r--r-- | lib/libpthread/man/sem_destroy.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/sem_destroy.3 b/lib/libpthread/man/sem_destroy.3 index 692ed5a23b8..8749f3fa399 100644 --- a/lib/libpthread/man/sem_destroy.3 +++ b/lib/libpthread/man/sem_destroy.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sem_destroy.3,v 1.2 2002/02/20 05:29:37 fgsch Exp $ +.\" $OpenBSD: sem_destroy.3,v 1.3 2003/05/18 13:06:33 jmc Exp $ .\" .\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. @@ -46,7 +46,7 @@ function destroys the unnamed semaphore pointed to by After a successful call to .Fn sem_destroy , .Fa sem -is unuseable until re-initialized by another call to +is unusable until re-initialized by another call to .Fn sem_init . .Sh RETURN VALUES .Rv -std sem_destroy |