OSDN Git Service

Update releases for LDP 3.67
[linuxjm/LDP_man-pages.git] / release / man3 / stpcpy.3
index 26d0c89..16caf95 100644 (file)
@@ -69,11 +69,10 @@ _GNU_SOURCE
 .SS "マルチスレッディング (pthreads(7) 参照)"
 \fBstpcpy\fP() 関数はスレッドセーフである。
 .SH 準拠
-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.  It first
-appeared at least as early as 1986, in the Lattice C AmigaDOS compiler, then
-in the GNU fileutils and GNU textutils in 1989, and in the GNU C library by
-1992.  It is also present on the BSDs.
+この関数は POSIX.1\-2008 に追加された。 それ以前は、この関数は C や POSIX.1 標準の一部でも UNIX
+システムの慣習的なものでもなかった。 この関数は Lattice C AmigaDOS コンパイラで初めて登場し、それは少なくとも 1986
+年時点ではそうであった。 その後、 1989 年に GNU fileutils と GNU textutils に登場し、 1992 年までには GNU
+C ライブラリにも存在していた。 この関数は BSD 系にも存在する。
 .SH バグ
 この関数はバッファ \fIdest\fP の範囲を行き過ぎてしまう可能性がある。
 .SH 例