summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-03-29 05:02:12 +0000
committereadler <eadler@FreeBSD.org>2012-03-29 05:02:12 +0000
commit1ef5fe44d364187e492b6a152c0176186161b44f (patch)
treebc9e037fdf2ed91d8f914cfe43bade2553a869c2 /share/man/man3
parent0b5862156580ae2abf520982aca1e1085730d500 (diff)
downloadFreeBSD-src-1ef5fe44d364187e492b6a152c0176186161b44f.zip
FreeBSD-src-1ef5fe44d364187e492b6a152c0176186161b44f.tar.gz
Remove trailing whitespace per mdoc lint warning
Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/pthread_attr_affinity_np.32
-rw-r--r--share/man/man3/pthread_cond_timedwait.34
-rw-r--r--share/man/man3/pthread_cond_wait.34
3 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man3/pthread_attr_affinity_np.3 b/share/man/man3/pthread_attr_affinity_np.3
index 592652b..8813f1a 100644
--- a/share/man/man3/pthread_attr_affinity_np.3
+++ b/share/man/man3/pthread_attr_affinity_np.3
@@ -119,7 +119,7 @@ or the attribute specified by it is
.It Bq Er EINVAL
The
.Fa cpusetp
-specified a CPU that was outside the set supported by the kernel.
+specified a CPU that was outside the set supported by the kernel.
.It Bq Er ERANGE
The
.Fa cpusetsize
diff --git a/share/man/man3/pthread_cond_timedwait.3 b/share/man/man3/pthread_cond_timedwait.3
index 11a3c2f..071f690 100644
--- a/share/man/man3/pthread_cond_timedwait.3
+++ b/share/man/man3/pthread_cond_timedwait.3
@@ -83,8 +83,8 @@ is invalid.
The system time has reached or exceeded the time specified in
.Fa abstime .
.It Bq Er EPERM
-The specified
-.Fa mutex
+The specified
+.Fa mutex
was not locked by the calling thread.
.El
.Sh SEE ALSO
diff --git a/share/man/man3/pthread_cond_wait.3 b/share/man/man3/pthread_cond_wait.3
index 0727603..c057098 100644
--- a/share/man/man3/pthread_cond_wait.3
+++ b/share/man/man3/pthread_cond_wait.3
@@ -72,8 +72,8 @@ or the value specified by
.Fa mutex
is invalid.
.It Bq Er EPERM
-The specified
-.Fa mutex
+The specified
+.Fa mutex
was not locked by the calling thread.
.El
.Sh SEE ALSO
OpenPOWER on IntegriCloud