OSDN Git Service

(split) LDP: Update original to LDP v3.38.
[linuxjm/LDP_man-pages.git] / original / man3 / stpcpy.3
index 170ab7e..35da9c5 100644 (file)
@@ -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),