diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-21 11:28:52 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-21 11:28:52 +0200 |
commit | fa7443b88cd25b08e18f8367b3e4a8c9a18d5c7f (patch) | |
tree | 416953f847ce77dfa1c576a41e98b9245eca60e0 /man/libsimple_strrstr.3 | |
parent | Add man pages some str-functions (diff) | |
download | libsimple-fa7443b88cd25b08e18f8367b3e4a8c9a18d5c7f.tar.gz libsimple-fa7443b88cd25b08e18f8367b3e4a8c9a18d5c7f.tar.bz2 libsimple-fa7443b88cd25b08e18f8367b3e4a8c9a18d5c7f.tar.xz |
Add man pages for more str-functions
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man/libsimple_strrstr.3')
-rw-r--r-- | man/libsimple_strrstr.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/libsimple_strrstr.3 b/man/libsimple_strrstr.3 index 9806a2c..ad85a54 100644 --- a/man/libsimple_strrstr.3 +++ b/man/libsimple_strrstr.3 @@ -21,6 +21,8 @@ function scans the string .I haystack the last occurrence of the substring .IR needle . +.PP +The comparison is case-sensitive. .SH RETURN VALUE The .BR libsimple_strrstr () @@ -33,8 +35,6 @@ begins with where .I r is the returned pointer. -.PP -The comparison is case-sensitive. .SH ERRORS The .BR libsimple_strrstr () |