diff options
author | dd <dd@FreeBSD.org> | 2001-06-05 00:25:18 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-05 00:25:18 +0000 |
commit | db8173f50ef21c9b3ec7c0096b4565345b015a9a (patch) | |
tree | ce10c31caacd41d9d225bef24591e9b2fb8b5ba9 /share/man/man3 | |
parent | cb18fb03e83f85494df924f30b3066ff940f8ba3 (diff) | |
download | FreeBSD-src-db8173f50ef21c9b3ec7c0096b4565345b015a9a.zip FreeBSD-src-db8173f50ef21c9b3ec7c0096b4565345b015a9a.tar.gz |
Add a missing word.
Obtained from: OpenBSD
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/pthread_equal.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/pthread_equal.3 b/share/man/man3/pthread_equal.3 index d953309..def538c 100644 --- a/share/man/man3/pthread_equal.3 +++ b/share/man/man3/pthread_equal.3 @@ -52,7 +52,7 @@ and .Sh RETURN VALUES The .Fn pthread_equal -function will non-zero if the thread IDs +function will return non-zero if the thread IDs .Fa t1 and .Fa t2 |