summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_condattr.3
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2000-05-04 08:05:45 +0000
committerphantom <phantom@FreeBSD.org>2000-05-04 08:05:45 +0000
commita477158490dcdbab0eb8eee45bd25502127108d1 (patch)
treef7fb97ecb501c82e73a0a297283a58f9d4ec2b86 /share/man/man3/pthread_condattr.3
parent8c3e94b8e02c67c1696ae0dbbe5180adc31b941f (diff)
downloadFreeBSD-src-a477158490dcdbab0eb8eee45bd25502127108d1.zip
FreeBSD-src-a477158490dcdbab0eb8eee45bd25502127108d1.tar.gz
mdoc(7) cleanup:
. use real function names as `.Nm' macro argument in NAME section. It allows them to appear in apropos(1) or whatis(1) output. . replace empty lines with `.Pp' macro. . replace hardcoded standard names with their `.St' macro equivalents. . sort cross references in SEE ALSO section
Diffstat (limited to 'share/man/man3/pthread_condattr.3')
-rw-r--r--share/man/man3/pthread_condattr.317
1 files changed, 9 insertions, 8 deletions
diff --git a/share/man/man3/pthread_condattr.3 b/share/man/man3/pthread_condattr.3
index d65820f..ac8c48a 100644
--- a/share/man/man3/pthread_condattr.3
+++ b/share/man/man3/pthread_condattr.3
@@ -30,7 +30,8 @@
.Dt PTHREAD_CONDATTR 3
.Os
.Sh NAME
-.Nm pthread_condattr
+.Nm pthread_condattr_init ,
+.Nm pthread_condattr_destroy
.Nd condition attribute operations
.Sh LIBRARY
.Lb libc_r
@@ -45,12 +46,13 @@ Condition attribute objects are used to specify parameters to
.Fn pthread_cond_init .
FreeBSD's implementation of conditions does not support any non-default
attributes, so these functions are not very useful, though they are required to
-to be present by POSIX.
-
+to be present by
+.Tn POSIX .
+.Pp
The
.Fn pthread_condattr_init
function initializes a condition attribute object with the default attributes.
-
+.Pp
The
.Fn pthread_condattr_destroy
function destroys a condition attribute object.
@@ -64,7 +66,7 @@ will fail if:
.It Bq Er ENOMEM
Out of memory.
.El
-
+.Pp
.Fn pthread_condattr_destroy
will fail if:
.Bl -tag -width Er
@@ -77,6 +79,5 @@ Invalid value for
.Fn pthread_condattr_init
and
.Fn pthread_condattr_destroy
-conform to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 1996 Edition.
+conform to
+.St -iso9945-1
OpenPOWER on IntegriCloud