]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
strcpy.3: tfix
authorMark Hills <mark@pogo.org.uk>
Sat, 5 Dec 2009 05:03:25 +0000 (06:03 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 5 Dec 2009 05:03:25 +0000 (06:03 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/strcpy.3

index 9d47e378a4735d27791035ff2013e2c11d20c90e..84d8e73f4c94a347c5773810ac4ca88621bb572a 100644 (file)
@@ -30,7 +30,7 @@
 .\" 2007-06-15, Marc Boyer <marc.boyer@enseeiht.fr> + mtk
 .\"     Improve discussion of strncpy().
 .\"
-.TH STRCPY 3  2009-06-01 "GNU" "Linux Programmer's Manual"
+.TH STRCPY 3  2009-12-04 "GNU" "Linux Programmer's Manual"
 .SH NAME
 strcpy, strncpy \- copy a string
 .SH SYNOPSIS
@@ -136,7 +136,7 @@ in ways that may make the impossible possible.
 .BR memccpy (3),
 .BR memcpy (3),
 .BR memmove (3),
+.BR stpcpy (3),
 .BR strdup (3),
-.BR strpcpy (3),
 .BR wcscpy (3),
 .BR wcsncpy (3)