diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-25 11:28:48 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-25 11:28:48 +0100 |
commit | ec0cbe2001ab7d07b50a7ec016bd343b6ba78b80 (patch) | |
tree | 341ced459bfddc28797533c178f7a259ba10de25 /man3/libsimple_strnchr.3 | |
parent | Add man pages (diff) | |
download | libsimple-ec0cbe2001ab7d07b50a7ec016bd343b6ba78b80.tar.gz libsimple-ec0cbe2001ab7d07b50a7ec016bd343b6ba78b80.tar.bz2 libsimple-ec0cbe2001ab7d07b50a7ec016bd343b6ba78b80.tar.xz |
Add man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man3/libsimple_strnchr.3')
-rw-r--r-- | man3/libsimple_strnchr.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/libsimple_strnchr.3 b/man3/libsimple_strnchr.3 index 2af62c3..bdb2787 100644 --- a/man3/libsimple_strnchr.3 +++ b/man3/libsimple_strnchr.3 @@ -79,8 +79,9 @@ None. .SH BUGS None. .SH SEE ALSO +.BR libsimple_strnchr_inv (3), .BR libsimple_strnchrnul (3), .BR libsimple_strncasechr (3), -.BR libsimple_strrnchr (3) +.BR libsimple_strrnchr (3), .BR strchr (3), -.BR memchr (3), +.BR memchr (3) |