]> git.saurik.com Git - apple/libc.git/blobdiff - string/FreeBSD/memcmp.3.patch
Libc-498.tar.gz
[apple/libc.git] / string / FreeBSD / memcmp.3.patch
diff --git a/string/FreeBSD/memcmp.3.patch b/string/FreeBSD/memcmp.3.patch
new file mode 100644 (file)
index 0000000..9b92c7e
--- /dev/null
@@ -0,0 +1,28 @@
+--- _SB/Libc/string/FreeBSD/memcmp.3   2003-05-20 15:23:54.000000000 -0700
++++ _SB/Libc/string/FreeBSD/memcmp.3.edit      2006-06-28 16:55:53.000000000 -0700
+@@ -47,17 +47,21 @@
+ .Sh SYNOPSIS
+ .In string.h
+ .Ft int
+-.Fn memcmp "const void *b1" "const void *b2" "size_t len"
++.Fo memcmp 
++.Fa "const void *s1"
++.Fa "const void *s2"
++.Fa "size_t n"
++.Fc
+ .Sh DESCRIPTION
+ The
+ .Fn memcmp
+ function
+ compares byte string
+-.Fa b1
++.Fa s1
+ against byte string
+-.Fa b2 .
++.Fa s2 .
+ Both strings are assumed to be
+-.Fa len
++.Fa n
+ bytes long.
+ .Sh RETURN VALUES
+ The