summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_once.3
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-07-09 13:35:13 +0000
committeraaron <aaron@openbsd.org>1999-07-09 13:35:13 +0000
commit5c3dced36cf8ba5814dbe5ef397db72526a1fd4f (patch)
tree90483e7f9368ad7c7ba836616ba17091ef92c1e4 /lib/libpthread/man/pthread_once.3
parentstop Makefile from trying to build now-defunct rmuser.8; form@vell.nsc.ru (diff)
downloadwireguard-openbsd-5c3dced36cf8ba5814dbe5ef397db72526a1fd4f.tar.xz
wireguard-openbsd-5c3dced36cf8ba5814dbe5ef397db72526a1fd4f.zip
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
Diffstat (limited to 'lib/libpthread/man/pthread_once.3')
-rw-r--r--lib/libpthread/man/pthread_once.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3
index f33a6901f6b..2454d61dd92 100644
--- a/lib/libpthread/man/pthread_once.3
+++ b/lib/libpthread/man/pthread_once.3
@@ -71,7 +71,7 @@ The function
is not a cancellation point. However, if
.Fn init_routine
is a cancellation point and is cancelled, the effect on
-.Fa once_control is as if
+.Fa once_control is as if
.Fn pthread_once
was never called.
.Pp