aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-09-14 13:41:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-09-14 13:41:59 +0000
commit959d6c24f6f0e2df016d62efbf20ce797af42812 (patch)
tree1c5e77a8e87693ac7d3c5e03cb3551dab7b84b38 /lib/libc_r
parentfaf94801fd377e933fea2a07b2873788d05fe672 (diff)
downloadsrc-959d6c24f6f0e2df016d62efbf20ce797af42812.tar.gz
src-959d6c24f6f0e2df016d62efbf20ce797af42812.zip
Get rid of duplicates.
Notes
Notes: svn path=/head/; revision=120054
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/man/pthread_condattr.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/man/pthread_condattr.3 b/lib/libc_r/man/pthread_condattr.3
index fb0c3186c1ef..ac5ba5dccb58 100644
--- a/lib/libc_r/man/pthread_condattr.3
+++ b/lib/libc_r/man/pthread_condattr.3
@@ -46,7 +46,7 @@ Condition attribute objects are used to specify parameters to
.Fn pthread_cond_init .
.Fx Ns 's
implementation of conditions does not support any non-default
-attributes, so these functions are not very useful, though they are required to
+attributes, so these functions are not very useful, though they are required
to be present by
.Tn POSIX .
.Pp