aboutsummaryrefslogtreecommitdiffstats
path: root/man3/stpcpy.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2010-09-12 16:39:58 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2010-09-22 07:44:46 +0200
commitd095200e1e63a6e8bbf86c6a4b66921d7c68daa8 (patch)
treeddf48f5d7f3aa7601c81ea001c0fe177cabcec2b /man3/stpcpy.3
parent91e9dd28a57e20507f206e06bdb967620572c938 (diff)
downloadman-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/stpcpy.3')
-rw-r--r--man3/stpcpy.31
1 files changed, 1 insertions, 0 deletions
diff --git a/man3/stpcpy.3 b/man3/stpcpy.3
index f5f3740ec0..c425d055ab 100644
--- a/man3/stpcpy.3
+++ b/man3/stpcpy.3
@@ -84,5 +84,6 @@ This function may overrun the buffer
.BR memcpy (3),
.BR memmove (3),
.BR strcpy (3),
+.BR string (3),
.BR wcpcpy (3),
.BR feature_test_macros (7)