From owner-freebsd-doc Fri Nov 12 23:10: 8 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED77114F55 for ; Fri, 12 Nov 1999 23:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA52230; Fri, 12 Nov 1999 23:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 5415A14EEE for ; Fri, 12 Nov 1999 23:05:14 -0800 (PST) (envelope-from okazaki@be.to) Received: from mail1.be.to (point1.be.to [210.235.212.29]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-1999102712000035) with ESMTP id QAA13339 for ; Sat, 13 Nov 1999 16:05:12 +0900 Received: from acidrain (mbra0113.ppp.infoweb.ne.jp [202.219.229.77]) by mail1.be.to (8.8.8+3.0Wbeta13/BETO.2.0-1999110714000000) with SMTP id QAA03899 for ; Sat, 13 Nov 1999 16:05:11 +0900 Received: (qmail 16884 invoked by uid 1001); 13 Nov 1999 07:03:33 -0000 Message-Id: <19991113070333.16883.qmail@dolphin.be.to> Date: 13 Nov 1999 07:03:33 -0000 From: okazaki@be.to Reply-To: okazaki@be.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/14858: pthread_cond_{destroy,timed_wait,wait}.3 typo fix Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14858 >Category: docs >Synopsis: pthread_cond_{destroy,timed_wait,wait}.3 typo fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 12 23:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: OKAZAKI Tetsurou >Release: FreeBSD 3.3-STABLE i386 >Organization: Unknown >Environment: pthread_cond_destroy.3 1.5 Sat Aug 28 00:03:03 1999 pthread_cond_timedwait.3 1.6 Sat Aug 28 00:03:04 1999 pthread_cond_wait.3 1.6 Sat Aug 28 00:03:04 1999 >Description: There are typos in the manual pages above. >How-To-Repeat: >Fix: Apply this patch, thanks. Index: pthread_cond_destroy.3 =================================================================== RCS file: /home/ncvs/FreeBSD/src/lib/libc_r/man/pthread_cond_destroy.3,v retrieving revision 1.5 diff -u -r1.5 pthread_cond_destroy.3 --- pthread_cond_destroy.3 1999/08/28 00:03:03 1.5 +++ pthread_cond_destroy.3 1999/11/13 05:43:56 @@ -44,7 +44,7 @@ .Fa cond . .Sh RETURN VALUES If successful, the -.Fn pthread_cond_init +.Fn pthread_cond_destroy function will return zero, otherwise an error number will be returned to indicate the error. .Sh ERRORS Index: pthread_cond_timedwait.3 =================================================================== RCS file: /home/ncvs/FreeBSD/src/lib/libc_r/man/pthread_cond_timedwait.3,v retrieving revision 1.6 diff -u -r1.6 pthread_cond_timedwait.3 --- pthread_cond_timedwait.3 1999/08/28 00:03:04 1.6 +++ pthread_cond_timedwait.3 1999/11/13 05:39:52 @@ -52,7 +52,7 @@ with the same condition variable, or if the system time reaches the time specified in .Fa abstime , -and the current thread reaquires the lock on +and the current thread requires the lock on .Fa mutex . .Sh RETURN VALUES If successful, the Index: pthread_cond_wait.3 =================================================================== RCS file: /home/ncvs/FreeBSD/src/lib/libc_r/man/pthread_cond_wait.3,v retrieving revision 1.6 diff -u -r1.6 pthread_cond_wait.3 --- pthread_cond_wait.3 1999/08/28 00:03:04 1.6 +++ pthread_cond_wait.3 1999/11/13 05:42:26 @@ -48,7 +48,7 @@ The waiting thread unblocks only after another thread calls .Xr pthread_cond_signal 3 , or .Xr pthread_cond_broadcast 3 -with the same condition variable, and the current thread reaquires the lock +with the same condition variable, and the current thread requires the lock on .Fa mutex . .Sh RETURN VALUES >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message