diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-23 21:35:39 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-23 21:35:42 +0200 |
commit | c8e179112cfc096fb3470b39440ea166270f5fc9 (patch) | |
tree | f68f2b2667e8b8af595e01f19d33c93cf2b4e591 /man/libsimple_strstarts.3 | |
parent | Add man pages for str[r]n[case]str (diff) | |
download | libsimple-c8e179112cfc096fb3470b39440ea166270f5fc9.tar.gz libsimple-c8e179112cfc096fb3470b39440ea166270f5fc9.tar.bz2 libsimple-c8e179112cfc096fb3470b39440ea166270f5fc9.tar.xz |
Add man pages for strn[case]{starts,ends}
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man/libsimple_strstarts.3')
-rw-r--r-- | man/libsimple_strstarts.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/libsimple_strstarts.3 b/man/libsimple_strstarts.3 index c277f11..fbd3412 100644 --- a/man/libsimple_strstarts.3 +++ b/man/libsimple_strstarts.3 @@ -1,4 +1,4 @@ -.TH LIBSIMPLE_STRSTARTS 3 2018-10-21 libsimple +.TH LIBSIMPLE_STRSTARTS 3 2018-10-23 libsimple .SH NAME libsimple_strstarts \- check the beginning of a string .SH SYNOPSIS @@ -68,6 +68,8 @@ None. .SH SEE ALSO .BR libsimple_strcasestarts (3), .BR libsimple_strends (3), +.BR libsimple_strnstarts (3), +.BR libsimple_memstarts (3), .BR strstr (3), .BR strcmp (3), .BR strncmp (3) |