diff options
author | 2001-06-01 00:07:11 +0000 | |
---|---|---|
committer | 2001-06-01 00:07:11 +0000 | |
commit | 600d9eb9bada78a89f6f76ac2c5a580cddc721a7 (patch) | |
tree | f4d918479a6fd1e7b3ab47165507600a59a02d57 /lib/libc_r/man | |
parent | Apparently GLOB_DAT needs r_addend. (diff) | |
download | wireguard-openbsd-600d9eb9bada78a89f6f76ac2c5a580cddc721a7.tar.xz wireguard-openbsd-600d9eb9bada78a89f6f76ac2c5a580cddc721a7.zip |
missing word
"function will non-zero" -> "function will return non-zero"
Diffstat (limited to 'lib/libc_r/man')
-rw-r--r-- | lib/libc_r/man/pthread_equal.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_equal.3 b/lib/libc_r/man/pthread_equal.3 index 47920b750bd..7abf2c58a2a 100644 --- a/lib/libc_r/man/pthread_equal.3 +++ b/lib/libc_r/man/pthread_equal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_equal.3,v 1.5 1999/11/24 05:35:32 d Exp $ +.\" $OpenBSD: pthread_equal.3,v 1.6 2001/06/01 00:07:11 jasoni Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -51,7 +51,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 |