diff --git a/reference/strings/functions/strncasecmp.xml b/reference/strings/functions/strncasecmp.xml index 42a3da7c03..6b5490256e 100644 --- a/reference/strings/functions/strncasecmp.xml +++ b/reference/strings/functions/strncasecmp.xml @@ -1,5 +1,5 @@ - + @@ -21,10 +21,7 @@ This function is similar to strcasecmp, with the difference that you can specify the (upper limit of the) number of characters (len) from each - string to be used in the comparison. If any of the strings is - shorter than len, then the length of that - string will be used for the comparison. - + string to be used in the comparison. Returns < 0 if str1 is less than str2; > 0 if str1 diff --git a/reference/strings/functions/strncmp.xml b/reference/strings/functions/strncmp.xml index ebacdde422..f61de0fb86 100644 --- a/reference/strings/functions/strncmp.xml +++ b/reference/strings/functions/strncmp.xml @@ -1,5 +1,5 @@ - + @@ -20,10 +20,7 @@ This function is similar to strcmp, with the difference that you can specify the (upper limit of the) number of characters (len) from each string to be - used in the comparison. If any of the strings is shorter than - len, then the length of that string will - be used for the comparison. - + used in the comparison. Returns < 0 if str1 is less than str2; > 0 if str1