diff options
author | dd <dd@FreeBSD.org> | 2001-07-09 09:54:33 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-09 09:54:33 +0000 |
commit | eaa6ee03b8ac1955cc60d99d119a22318d1baa61 (patch) | |
tree | ab3b6200f079a95b6a4418f399032563aa053a74 /share/man/man3/pthread_once.3 | |
parent | 8636b161b333b18525b6f5ffc5139079c29c0d63 (diff) | |
download | FreeBSD-src-eaa6ee03b8ac1955cc60d99d119a22318d1baa61.zip FreeBSD-src-eaa6ee03b8ac1955cc60d99d119a22318d1baa61.tar.gz |
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
Diffstat (limited to 'share/man/man3/pthread_once.3')
-rw-r--r-- | share/man/man3/pthread_once.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/man/man3/pthread_once.3 b/share/man/man3/pthread_once.3 index 48a4279..f3621d9 100644 --- a/share/man/man3/pthread_once.3 +++ b/share/man/man3/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 |