Loading...
string/strcmp.3 Libc-498.1.1 Libc-262
--- Libc/Libc-498.1.1/string/strcmp.3
+++ Libc/Libc-262/string/strcmp.3
@@ -48,16 +48,9 @@
 .Sh SYNOPSIS
 .In string.h
 .Ft int
-.Fo strcmp
-.Fa "const char *s1"
-.Fa "const char *s2"
-.Fc
+.Fn strcmp "const char *s1" "const char *s2"
 .Ft int
-.Fo strncmp
-.Fa "const char *s1"
-.Fa "const char *s2"
-.Fa "size_t n"
-.Fc
+.Fn strncmp "const char *s1" "const char *s2" "size_t len"
 .Sh DESCRIPTION
 The
 .Fn strcmp
@@ -73,7 +66,7 @@
 .Fn strncmp
 function
 compares not more than
-.Fa n
+.Fa len
 characters.
 Because
 .Fn strncmp