aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-05-09 14:02:06 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-05-09 14:02:06 +0000
commitf167d7fb3e81bd884d7b76b78f1216c5afc5db3d (patch)
tree748aa914ceae347f84ac91d5a020a04ce51ea2e7 /lib/libpthread
parentf9602de6f7ec0f4f2ae814d87c9311c6763e4acc (diff)
downloadsrc-f167d7fb3e81bd884d7b76b78f1216c5afc5db3d.tar.gz
src-f167d7fb3e81bd884d7b76b78f1216c5afc5db3d.zip
Fix miscellaneous mdoc macro argument limit infringements.
PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Notes
Notes: svn path=/head/; revision=60258
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_cond_timedwait.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3
index a5fa52b3a031..e80c2bfb99ac 100644
--- a/lib/libpthread/man/pthread_cond_timedwait.3
+++ b/lib/libpthread/man/pthread_cond_timedwait.3
@@ -32,7 +32,7 @@
.Os BSD 4
.Sh NAME
.Nm pthread_cond_timedwait
-.Nd wait on a condition variable for a specific amount of time
+.Nd "wait on a condition variable for a specific amount of time"
.Sh LIBRARY
.Lb libc_r
.Sh SYNOPSIS