Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread .Rv needs a function name as parameter



details:   https://anonhg.NetBSD.org/src/rev/c2f365edfc51
branches:  trunk
changeset: 542036:c2f365edfc51
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue Jan 21 03:33:30 2003 +0000

description:
.Rv needs a function name as parameter

diffstat:

 lib/libpthread/sem_wait.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 69f97310b43e -r c2f365edfc51 lib/libpthread/sem_wait.3
--- a/lib/libpthread/sem_wait.3 Tue Jan 21 03:23:44 2003 +0000
+++ b/lib/libpthread/sem_wait.3 Tue Jan 21 03:33:30 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sem_wait.3,v 1.1 2003/01/21 02:24:41 christos Exp $
+.\" $NetBSD: sem_wait.3,v 1.2 2003/01/21 03:33:30 jdolecek Exp $
 .\"
 .\" Copyright (C) 2000 Jason Evans <jasone%FreeBSD.org@localhost>.
 .\" All rights reserved.
@@ -59,7 +59,7 @@
 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



Home | Main Index | Thread Index | Old Index