X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=original%2Fman3%2Fstpcpy.3;h=35da9c58bf622f97bbad62e6d2f30380260669f7;hp=170ab7e5245443981cbe46cbc4383809ff1bdbd8;hb=781fb70b02c5d368a8ccd67d3c074c7aa8eb0c1a;hpb=657aaa2623246005bf75eb3c64da9382236c130a diff --git a/original/man3/stpcpy.3 b/original/man3/stpcpy.3 index 170ab7e5..35da9c58 100644 --- a/original/man3/stpcpy.3 +++ b/original/man3/stpcpy.3 @@ -22,7 +22,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH STPCPY 3 2011-09-28 "GNU" "Linux Programmer's Manual" +.TH STPCPY 3 2012-03-15 "GNU" "Linux Programmer's Manual" .SH NAME stpcpy \- copy a string returning a pointer to its end .SH SYNOPSIS @@ -68,6 +68,9 @@ This function was added to POSIX.1-2008. Before that, it was not part of the C or POSIX.1 standards, nor customary on UNIX systems, but was not a GNU invention either. Perhaps it came from MS-DOS. It is also present on the BSDs. +.SH BUGS +This function may overrun the buffer +.IR dest . .SH EXAMPLE For example, this program uses .BR stpcpy () @@ -92,9 +95,6 @@ main(void) } .fi .in -.SH BUGS -This function may overrun the buffer -.IR dest . .SH "SEE ALSO" .BR bcopy (3), .BR memccpy (3),