diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-09-12 16:39:58 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-09-22 07:44:46 +0200 |
| commit | d095200e1e63a6e8bbf86c6a4b66921d7c68daa8 (patch) | |
| tree | ddf48f5d7f3aa7601c81ea001c0fe177cabcec2b /man3/index.3 | |
| parent | 91e9dd28a57e20507f206e06bdb967620572c938 (diff) | |
| download | man-pages-d095200e1e63a6e8bbf86c6a4b66921d7c68daa8.tar.gz | |
index.3, stpcpy.3, strcasecmp.3, strcat.3, strchr.3, strcmp.3, strcoll.3, strcpy.3, strdup.3, strfry.3, strpbrk.3, strsep.3, strspn.3, strstr.3, strtok.3, strxfrm.3: SEE ALSO: Add reference to string(3)
The idea here is to provide a route to discover other
string functions.
Reported-by: Mark Hills <mark@pogo.org.uk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/index.3')
| -rw-r--r-- | man3/index.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man3/index.3 b/man3/index.3 index 9e31edbe3d..af5f17e877 100644 --- a/man3/index.3 +++ b/man3/index.3 @@ -71,6 +71,7 @@ instead. .SH "SEE ALSO" .BR memchr (3), .BR strchr (3), +.BR string (3), .BR strpbrk (3), .BR strrchr (3), .BR strsep (3), |
