aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/man/pthread_once.3
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commit7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc_r/man/pthread_once.3
parentd087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff)
Remove whitespace at EOL.
Notes
Notes: svn path=/head/; revision=79754
Diffstat (limited to 'lib/libc_r/man/pthread_once.3')
-rw-r--r--lib/libc_r/man/pthread_once.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/man/pthread_once.3 b/lib/libc_r/man/pthread_once.3
index 736e32e94e2e..72a132249ccb 100644
--- a/lib/libc_r/man/pthread_once.3
+++ b/lib/libc_r/man/pthread_once.3
@@ -76,7 +76,7 @@ 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