OSDN Git Service

(split) LDP v3.24 -> v3.29 の定型的な変更内容を反映。
[linuxjm/LDP_man-pages.git] / draft / man3 / stpcpy.3
index 12f4cb2..150fb07 100644 (file)
@@ -27,7 +27,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  2009-02-04 "GNU" "Linux Programmer's Manual"
+.TH STPCPY 3  2010-09-15 "GNU" "Linux Programmer's Manual"
 .\"O .SH NAME
 .SH Ì¾Á°
 .\"O stpcpy \- copy a string returning a pointer to its end
@@ -35,12 +35,34 @@ stpcpy \- ʸ
 .\"O .SH SYNOPSIS
 .SH ½ñ¼°
 .nf
-.B #define _GNU_SOURCE
-.br
 .B #include <string.h>
 .sp
 .BI "char *stpcpy(char *" dest ", const char *" src );
 .fi
+.sp
+.in -4n
+.\"O Feature Test Macro Requirements for glibc (see
+.\"O .BR feature_test_macros (7)):
+glibc ¸þ¤±¤Îµ¡Ç½¸¡ºº¥Þ¥¯¥í¤ÎÍ×·ï
+.RB ( feature_test_macros (7)
+»²¾È):
+.in
+.sp
+.BR stpcpy ():
+.PD 0
+.ad l
+.RS 4
+.TP 4
+.\"O Since glibc 2.10:
+glibc 2.10 °Ê¹ß:
+_XOPEN_SOURCE\ >=\ 700 || _POSIX_C_SOURCE\ >=\ 200809L
+.TP
+.\"O Before glibc 2.10:
+glibc 2.10 ¤è¤êÁ°:
+_GNU_SOURCE
+.RE
+.ad
+.PD
 .\"O .SH DESCRIPTION
 .SH ÀâÌÀ
 .\"O The
@@ -67,10 +89,10 @@ stpcpy \- ʸ
 .\"O .SH "CONFORMING TO"
 .SH ½àµò
 .\"O This function is not part of the C or POSIX.1 standards, and is
-.\"O not customary on Unix systems, but is not a GNU invention either.
+.\"O not customary on UNIX systems, but is not a GNU invention either.
 .\"O Perhaps it comes from MS-DOS.
 .\"O Nowadays, it is also present on the BSDs.
-¤³¤Î´Ø¿ô¤Ï¡¢C ¤ä POSIX.1 É¸½à¤Î°ìÉô¤Ç¤Ï¤Ê¤¯¡¢Unix ¥·¥¹¥Æ¥à¤Î´·½¬Åª¤Ê
+¤³¤Î´Ø¿ô¤Ï¡¢C ¤ä POSIX.1 É¸½à¤Î°ìÉô¤Ç¤Ï¤Ê¤¯¡¢UNIX ¥·¥¹¥Æ¥à¤Î´·½¬Åª¤Ê
 ¤â¤Î¤Ç¤â¤Ê¤¤¤¬¡¢GNU ¤ÎȯÌÀ¤È¤¤¤¦¤ï¤±¤Ç¤â¤Ê¤¤¡£
 ¤Ò¤ç¤Ã¤È¤·¤¿¤é MS-DOS Í³Íè¤Î¤â¤Î¤«¤â¤·¤ì¤Ê¤¤¡£
 ¸½ºß¤Ç¤Ï¡¢BSD ·Ï¤Ë¤â¸ºß¤¹¤ë¡£
@@ -117,5 +139,6 @@ main(void)
 .BR memcpy (3),
 .BR memmove (3),
 .BR strcpy (3),
+.BR string (3),
 .BR wcpcpy (3),
 .BR feature_test_macros (7)