diff options
author | 1999-07-09 13:35:13 +0000 | |
---|---|---|
committer | 1999-07-09 13:35:13 +0000 | |
commit | 5c3dced36cf8ba5814dbe5ef397db72526a1fd4f (patch) | |
tree | 90483e7f9368ad7c7ba836616ba17091ef92c1e4 /lib/libpthread/man/pthread_once.3 | |
parent | stop Makefile from trying to build now-defunct rmuser.8; form@vell.nsc.ru (diff) | |
download | wireguard-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.3 | 2 |
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 |