strtok.3: Add reference to strtok() example in getaddrinfo(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Petr Baudis 2010-09-27 07:48:04 +02:00 committed by Michael Kerrisk
parent b27b115382
commit f91b1db076
1 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,7 @@
.\" Updated, added strtok_r. 2000-02-13 Nicolás Lichtmaier <nick@debian.org>
.\" 2005-11-17, mtk: Substantial parts rewritten
.\"
.TH STRTOK 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.TH STRTOK 3 2010-09-27 "GNU" "Linux Programmer's Manual"
.SH NAME
strtok, strtok_r \- extract tokens from strings
.SH SYNOPSIS
@ -193,6 +193,11 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
.fi
.PP
Another example program using
.BR strtok ()
can be found in
.BR getaddrinfo_a (3).
.SH "SEE ALSO"
.BR index (3),
.BR memchr (3),