diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-23 22:27:39 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-23 22:27:39 +0200 |
commit | 12d3f3b9e62ea2c83840d8201d117bf64491bf6d (patch) | |
tree | f7f6ab2ef8a75c37bb526d0c2753690ce72dd300 /man/libsimple_strchrnul.3 | |
parent | mempcpy.3: see also stpcpy and stpncpy (diff) | |
download | libsimple-12d3f3b9e62ea2c83840d8201d117bf64491bf6d.tar.gz libsimple-12d3f3b9e62ea2c83840d8201d117bf64491bf6d.tar.bz2 libsimple-12d3f3b9e62ea2c83840d8201d117bf64491bf6d.tar.xz |
Add man pages for strn[case]chr[nul] and strrn[case]chr
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man/libsimple_strchrnul.3')
-rw-r--r-- | man/libsimple_strchrnul.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/libsimple_strchrnul.3 b/man/libsimple_strchrnul.3 index 0ed76d9..73c5f7d 100644 --- a/man/libsimple_strchrnul.3 +++ b/man/libsimple_strchrnul.3 @@ -74,4 +74,5 @@ None. .SH SEE ALSO .BR libsimple_strcasechrnul (3), .BR libsimple_strend (3), +.BR libsimple_strnchrnul (3), .BR strchr (3) |