aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/man/pthread_once.3
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-09 09:54:33 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-09 09:54:33 +0000
commit70d51341bf6ad3be0ea5b02ef489691d80719249 (patch)
treeab3b6200f079a95b6a4418f399032563aa053a74 /lib/libc_r/man/pthread_once.3
parent7bc6d0158f0e9863a2a13a951321185d214cd3be (diff)
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
Notes
Notes: svn path=/head/; revision=79454
Diffstat (limited to 'lib/libc_r/man/pthread_once.3')
-rw-r--r--lib/libc_r/man/pthread_once.32
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_once.3 b/lib/libc_r/man/pthread_once.3
index 48a42797f780..f3621d9a4894 100644
--- a/lib/libc_r/man/pthread_once.3
+++ b/lib/libc_r/man/pthread_once.3
@@ -91,7 +91,6 @@ is undefined if
.Fa once_control
has automatic storage duration or is not initialized by
.Fa PTHREAD_ONCE_INIT .
-.Pp
.Sh RETURN VALUES
If successful, the
.Fn pthread_once
@@ -100,7 +99,6 @@ Otherwise an error number will be returned to
indicate the error.
.Sh ERRORS
None.
-.Pp
.Sh STANDARDS
.Fn pthread_once
conforms to