diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-10 09:06:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-10 09:06:37 +0000 |
commit | e0e745f893d3133bc242332e73ad38bd2d9a9b29 (patch) | |
tree | 9d2ee1c56f832a8ca62c406400cfc6fb457acf1d /lib/libc/string | |
parent | 2f7a7ba17bb99870e3bac5e6c2fa656017224ee3 (diff) |
"the the" purge
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/memcmp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3 index dfc63877b7d..34c5f608611 100644 --- a/lib/libc/string/memcmp.3 +++ b/lib/libc/string/memcmp.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: memcmp.3,v 1.2 1996/08/19 08:34:05 tholo Exp $ +.\" $OpenBSD: memcmp.3,v 1.3 1996/12/10 09:06:11 deraadt Exp $ .\" .Dd June 29, 1991 .Dt MEMCMP 3 @@ -60,7 +60,7 @@ bytes long. The .Fn memcmp function -returns zero if the the two strings are identical, +returns zero if the two strings are identical, otherwise returns the difference between the first two differing bytes (treated as unsigned char values, so that .Sq Li \e200 |