summaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-02-19 00:57:10 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-02-19 00:57:10 +0000
commit800406cbe6c4c1de26f8a3e7511fb34e075c9db6 (patch)
tree4003eb817bf2d4ecf13ec5c1b649fa00acb33546 /lib/libc_r
parent606c19b66da540b61c15cbc4801166b1c6c5e347 (diff)
fix this by now; .Rv prolly has to be removed.
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/man/sem_wait.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc_r/man/sem_wait.3 b/lib/libc_r/man/sem_wait.3
index 7df51f07092..11c8ea89d74 100644
--- a/lib/libc_r/man/sem_wait.3
+++ b/lib/libc_r/man/sem_wait.3
@@ -1,4 +1,5 @@
-.\" $OpenBSD: sem_wait.3,v 1.1 2002/01/28 19:24:03 fgsch Exp $
+.\" $OpenBSD: sem_wait.3,v 1.2 2002/02/19 00:57:09 fgsch Exp $
+.\"
.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
.\" All rights reserved.
.\"
@@ -58,7 +59,7 @@ function decrements (locks) the semaphore pointed to by
only if the value is non-zero. Otherwise, the semaphore is not decremented and
an error is returned.
.Sh RETURN VALUES
-.Rv -std
+.Rv -std sem_wait
.Sh ERRORS
.Fn sem_wait
and