Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread .Dv.



details:   https://anonhg.NetBSD.org/src/rev/f3cdd1d657c4
branches:  trunk
changeset: 754931:f3cdd1d657c4
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun May 16 12:36:32 2010 +0000

description:
.Dv.

diffstat:

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

diffs (36 lines):

diff -r c26bac86b0b8 -r f3cdd1d657c4 lib/libpthread/pthread_once.3
--- a/lib/libpthread/pthread_once.3     Sun May 16 12:23:32 2010 +0000
+++ b/lib/libpthread/pthread_once.3     Sun May 16 12:36:32 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_once.3,v 1.4 2010/03/22 21:56:05 joerg Exp $
+.\" $NetBSD: pthread_once.3,v 1.5 2010/05/16 12:36:32 jruoho Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -55,7 +55,7 @@
 .\"
 .\" $FreeBSD: src/lib/libpthread/man/pthread_once.3,v 1.14 2002/09/16 19:29:29 mini Exp $
 .\"
-.Dd January 30, 2003
+.Dd May 16, 2010
 .Dt PTHREAD_ONCE 3
 .Os
 .Sh NAME
@@ -107,7 +107,7 @@
 was never called.
 .Pp
 The constant
-.Fa PTHREAD_ONCE_INIT
+.Dv PTHREAD_ONCE_INIT
 is defined by header
 .In pthread.h .
 .Pp
@@ -116,7 +116,7 @@
 is undefined if
 .Fa once_control
 has automatic storage duration or is not initialized by
-.Fa PTHREAD_ONCE_INIT .
+.Dv PTHREAD_ONCE_INIT .
 .Sh RETURN VALUES
 If successful,  the
 .Fn pthread_once



Home | Main Index | Thread Index | Old Index