Module Name: src
Committed By: joerg
Date: Mon Mar 22 21:56:05 UTC 2010
Modified Files:
src/lib/libpthread: pthread_once.3
Log Message:
Use .In instead of .Ar Pa
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libpthread/pthread_once.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpthread/pthread_once.3
diff -u src/lib/libpthread/pthread_once.3:1.3 src/lib/libpthread/pthread_once.3:1.4
--- src/lib/libpthread/pthread_once.3:1.3 Fri May 2 18:11:04 2008
+++ src/lib/libpthread/pthread_once.3 Mon Mar 22 21:56:05 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_once.3,v 1.3 2008/05/02 18:11:04 martin Exp $
+.\" $NetBSD: pthread_once.3,v 1.4 2010/03/22 21:56:05 joerg Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -109,7 +109,7 @@
The constant
.Fa PTHREAD_ONCE_INIT
is defined by header
-.Aq Pa pthread.h .
+.In pthread.h .
.Pp
The behavior of
.Fn pthread_once