Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread .Fa -> .Fn.



details:   https://anonhg.NetBSD.org/src/rev/2038ef2dc1f0
branches:  trunk
changeset: 755019:2038ef2dc1f0
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu May 20 04:41:11 2010 +0000

description:
.Fa -> .Fn.

diffstat:

 lib/libpthread/pthread_cond_wait.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 297a3dd8590c -r 2038ef2dc1f0 lib/libpthread/pthread_cond_wait.3
--- a/lib/libpthread/pthread_cond_wait.3        Thu May 20 04:40:23 2010 +0000
+++ b/lib/libpthread/pthread_cond_wait.3        Thu May 20 04:41:11 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_cond_wait.3,v 1.14 2010/05/18 06:31:17 jruoho Exp $
+.\" $NetBSD: pthread_cond_wait.3,v 1.15 2010/05/20 04:41:11 jruoho Exp $
 .\"
 .\" Copyright (c) 2002, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -51,7 +51,7 @@
 .\"
 .\" $FreeBSD: src/lib/libpthread/man/pthread_cond_wait.3,v 1.16 2002/09/16 19:29:28 mini Exp $
 .\"
-.Dd May 18, 2010
+.Dd May 19, 2010
 .Dt PTHREAD_COND_WAIT 3
 .Os
 .Sh NAME
@@ -82,7 +82,7 @@
 The current thread holds the lock on
 .Fa mutex
 upon return from the
-.Fa pthread_cond_wait
+.Fn pthread_cond_wait
 call.
 .Pp
 The



Home | Main Index | Thread Index | Old Index