diff options
Diffstat (limited to '')
-rw-r--r-- | man/libsimple_strrcasestr.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/libsimple_strrcasestr.3 b/man/libsimple_strrcasestr.3 index 187a784..3b277ae 100644 --- a/man/libsimple_strrcasestr.3 +++ b/man/libsimple_strrcasestr.3 @@ -21,6 +21,8 @@ function scans the string .I haystack the last occurrence of the substring .IR needle . +.PP +The comparison is case-insensitive. .SH RETURN VALUE The .BR libsimple_strrcasestr () @@ -33,8 +35,6 @@ begins with where .I r is the returned pointer. -.PP -The comparison is case-insensitive. .SH ERRORS The .BR libsimple_strrcasestr () |