Module Name: src Committed By: wiz Date: Tue Mar 19 10:17:35 UTC 2019
Modified Files: src/share/man/man9: RUN_ONCE.9 Log Message: New sentence, new line. Fix Dd argument. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 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.10 src/share/man/man9/RUN_ONCE.9:1.11 --- src/share/man/man9/RUN_ONCE.9:1.10 Tue Mar 19 08:16:51 2019 +++ src/share/man/man9/RUN_ONCE.9 Tue Mar 19 10:17:35 2019 @@ -1,4 +1,4 @@ -.\" $NetBSD: RUN_ONCE.9,v 1.10 2019/03/19 08:16:51 ryo Exp $ +.\" $NetBSD: RUN_ONCE.9,v 1.11 2019/03/19 10:17:35 wiz Exp $ .\" .\" Copyright (c)2005 YAMAMOTO Takashi, .\" All rights reserved. @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" ------------------------------------------------------------ -.Dd Mar 19, 2019 +.Dd March 19, 2019 .Dt RUN_ONCE 9 .Os .\" ------------------------------------------------------------ @@ -33,7 +33,7 @@ .Nm RUN_ONCE , .Nm INIT_ONCE , .Nm FINI_ONCE -.Nd Run a function exactly once +.Nd run a function exactly once .\" ------------------------------------------------------------ .Sh SYNOPSIS .In sys/once.h @@ -72,7 +72,7 @@ can sleep if it's called concurrently. is used in pair with .Fn FINI_ONCE . .Fn INIT_ONCE -will only be run once similar with +will only be run once similar to .Fn RUN_ONCE . .Fn FINI_ONCE will only be run at last time if it is called as many times as calling @@ -81,7 +81,8 @@ When .Fn FINI_ONCE is executed, the next call to .Fn INIT_ONCE -will be executed again. That is, +will be executed again. +That is, .Fn INIT_ONCE and .Fn FINI_ONCE