aboutsummaryrefslogtreecommitdiffstats
path: root/man/libsimple_strcasestarts.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-21 11:28:52 +0200
committerMattias Andrée <maandree@kth.se>2018-10-21 11:28:52 +0200
commitfa7443b88cd25b08e18f8367b3e4a8c9a18d5c7f (patch)
tree416953f847ce77dfa1c576a41e98b9245eca60e0 /man/libsimple_strcasestarts.3
parentAdd man pages some str-functions (diff)
downloadlibsimple-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_strcasestarts.3')
-rw-r--r--man/libsimple_strcasestarts.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/libsimple_strcasestarts.3 b/man/libsimple_strcasestarts.3
index 625edcb..9b7081f 100644
--- a/man/libsimple_strcasestarts.3
+++ b/man/libsimple_strcasestarts.3
@@ -21,6 +21,8 @@ function checks whether the string
.I s
starts with the string
.IR t .
+.PP
+The comparison is case-insensitive.
.SH RETURN VALUE
The
.BR libsimple_strcasestarts ()
@@ -29,8 +31,6 @@ function returns 1 if the string
begins with the string
.IR t ,
otherwise it returns 0.
-.PP
-The comparison is case-insensitive.
.SH ERRORS
The
.BR libsimple_strcasestarts ()