Loading...
string/FreeBSD/memcmp.3 Libc-825.25 Libc-763.13
--- Libc/Libc-825.25/string/FreeBSD/memcmp.3
+++ Libc/Libc-763.13/string/FreeBSD/memcmp.3
@@ -43,21 +43,17 @@
 .Sh SYNOPSIS
 .In string.h
 .Ft int
-.Fo memcmp 
-.Fa "const void *s1"
-.Fa "const void *s2"
-.Fa "size_t n"
-.Fc
+.Fn memcmp "const void *b1" "const void *b2" "size_t len"
 .Sh DESCRIPTION
 The
 .Fn memcmp
 function
 compares byte string
-.Fa s1
+.Fa b1
 against byte string
-.Fa s2 .
+.Fa b2 .
 Both strings are assumed to be
-.Fa n
+.Fa len
 bytes long.
 .Sh RETURN VALUES
 The