From fa91ff279711176b913fd9a926b27645d41c7682 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Fri, 11 Jun 1999 16:16:32 +0000 Subject: [PATCH] Move the description of the strncmp() function from the RETURN VALUES section to the DESCRIPTION section. PR: 12133 Submitted by: Sheldon Hearn --- lib/libc/string/strcmp.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3 index 08e6c0335dd0..d84b900453e6 100644 --- a/lib/libc/string/strcmp.3 +++ b/lib/libc/string/strcmp.3 @@ -58,6 +58,12 @@ lexicographically compare the null-terminated strings .Fa s1 and .Fa s2 . +.Pp +The +.Fn strncmp +compares not more than +.Fa len +characters. .Sh RETURN VALUES The .Fn strcmp @@ -72,12 +78,6 @@ The comparison is done using unsigned characters, so that .Ql \e200 is greater than .Ql \e0 . -.Pp -The -.Fn strncmp -compares not more than -.Fa len -characters. .Sh SEE ALSO .Xr bcmp 3 , .Xr memcmp 3 ,