Module Name: src
Committed By: jruoho
Date: Tue Jul 6 22:29:29 UTC 2010
Modified Files:
src/share/man/man9: RUN_ONCE.9
Log Message:
Use .Xr for Xrefs.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/RUN_ONCE.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/RUN_ONCE.9
diff -u src/share/man/man9/RUN_ONCE.9:1.7 src/share/man/man9/RUN_ONCE.9:1.8
--- src/share/man/man9/RUN_ONCE.9:1.7 Fri Oct 3 16:19:46 2008
+++ src/share/man/man9/RUN_ONCE.9 Tue Jul 6 22:29:29 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: RUN_ONCE.9,v 1.7 2008/10/03 16:19:46 pooka Exp $
+.\" $NetBSD: RUN_ONCE.9,v 1.8 2010/07/06 22:29:29 jruoho Exp $
.\"
.\" Copyright (c)2005 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" SUCH DAMAGE.
.\"
.\" ------------------------------------------------------------
-.Dd October 3, 2008
+.Dd July 7, 2010
.Dt RUN_ONCE 9
.Os
.\" ------------------------------------------------------------
@@ -45,7 +45,7 @@
.Sh DESCRIPTION
.Fn RUN_ONCE
provides a functionality similar to
-.Fn pthread_once 3 .
+.Xr pthread_once 3 .
It ensures that, for a given
.Fa control ,
.Fn init_func