summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/memcmp.3
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-10-05 22:27:30 +0000
committerwosch <wosch@FreeBSD.org>1996-10-05 22:27:30 +0000
commit000fb64288e6720527f55bf8c37e36c07a308d49 (patch)
treee09db4b1b56461dbe8a4d233c39a90678607f597 /lib/libc/string/memcmp.3
parente5ff1bbc6e5b0efe790ab98ee1d41555abd74268 (diff)
downloadFreeBSD-src-000fb64288e6720527f55bf8c37e36c07a308d49.zip
FreeBSD-src-000fb64288e6720527f55bf8c37e36c07a308d49.tar.gz
delete doubled words, e.g.: "the the" -> "the"
Diffstat (limited to 'lib/libc/string/memcmp.3')
-rw-r--r--lib/libc/string/memcmp.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3
index a859529..4fbee33 100644
--- a/lib/libc/string/memcmp.3
+++ b/lib/libc/string/memcmp.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)memcmp.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt MEMCMP 3
@@ -60,7 +61,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
OpenPOWER on IntegriCloud