OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / wcpcpy.3
index dd1f334..a148b70 100644 (file)
 .\"   Dinkumware C library reference http://www.dinkumware.com/
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"
-.\" About this Japanese page, please contact to JM Project <JM@linux.or.jp>
-.\" Translated Mon Oct 25 22:24:35 JST 1999
-.\"           by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
+.\"*******************************************************************
 .\"
-.TH WCPCPY 3  2011-10-01 "GNU" "Linux Programmer's Manual"
-.\"O .SH NAME
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH WCPCPY 3 2011\-10\-01 GNU "Linux Programmer's Manual"
 .SH 名前
-.\"O wcpcpy \- copy a wide-character string, returning a pointer to its end
 wcpcpy \- ワイド文字文字列をコピーし、その末尾を指すポインタを返す
-.\"O .SH SYNOPSIS
 .SH 書式
 .nf
-.B #include <wchar.h>
+\fB#include <wchar.h>\fP
 .sp
-.BI "wchar_t *wcpcpy(wchar_t *" dest ", const wchar_t *" src );
+\fBwchar_t *wcpcpy(wchar_t *\fP\fIdest\fP\fB, const wchar_t *\fP\fIsrc\fP\fB);\fP
 .fi
 .sp
 .in -4n
-.\"O Feature Test Macro Requirements for glibc (see
-.\"O .BR feature_test_macros (7)):
-glibc 向けの機能検査マクロの要件
-.RB ( feature_test_macros (7)
-参照):
+glibc 向けの機能検査マクロの要件 (\fBfeature_test_macros\fP(7)  参照):
 .in
 .sp
-.BR wcpcpy ():
+\fBwcpcpy\fP():
 .PD 0
 .ad l
 .RS 4
-.TP 4
-.\"O Since glibc 2.10:
+.TP  4
 glibc 2.10 以降:
 _XOPEN_SOURCE\ >=\ 700 || _POSIX_C_SOURCE\ >=\ 200809L
-.TP
-.\"O Before glibc 2.10:
+.TP 
 glibc 2.10 より前:
 _GNU_SOURCE
 .RE
 .ad
 .PD
-.\"O .SH DESCRIPTION
 .SH 説明
-.\"O The
-.\"O .BR wcpcpy ()
-.\"O function is the wide-character equivalent of the
-.\"O .BR stpcpy (3)
-.\"O function.
-.\"O It copies the wide-character string pointed to by \fIsrc\fP,
-.\"O including the terminating null wide character (L\(aq\\0\(aq),cw
-.\"O to the array pointed to by
-.\"O \fIdest\fP.
-.BR wcpcpy ()
-関数は、
-.BR stpcpy (3)
-関数に対応するワイド文字関数である。
-この関数は \fIsrc\fP が指すワイド文字文字列を、
-終端の NULL ワイド文字 (L\(aq\\0\(aq) を含めて、
-\fIdest\fP が指す配列にコピーする。
+\fBwcpcpy\fP()  関数は、 \fBstpcpy\fP(3)  関数に対応するワイド文字関数である。 この関数は \fIsrc\fP
+が指すワイド文字文字列を、 終端の NULL ワイド文字 (L\(aq\e0\(aq) を含めて、 \fIdest\fP が指す配列にコピーする。
 .PP
-.\"O The strings may not overlap.
 これらの文字列は重なっていてはならない。
 .PP
-.\"O The programmer must ensure that there
-.\"O is room for at least \fIwcslen(src)+1\fP
-.\"O wide characters at \fIdest\fP.
-プログラマは、\fIdest\fP が指す領域に少なくともワイド文字
-\fIwcslen(src)+1\fP 個分の領域を確保しなければならない。
-.\"O .SH "RETURN VALUE"
+プログラマは、少なくとも \fIwcslen(src)+1\fP 文字のワイド文字 が入るだけの領域を \fIdest\fP に対して確保しなければならない。
 .SH 返り値
-.\"O .BR wcpcpy ()
-.\"O returns a pointer to the end of the wide-character string
-.\"O \fIdest\fP, that is, a pointer to the terminating null wide character.
-.BR wcpcpy ()
-は、ワイド文字文字列 \fIdest\fP の末尾、つまり終端の NULL ワイド文字
-を指すポインタを返す。
-.\"O .SH "CONFORMING TO"
+\fBwcpcpy\fP()  は、ワイド文字文字列 \fIdest\fP の末尾、つまり終端の NULL ワイド文字 を指すポインタを返す。
 .SH 準拠
-POSIX.1-2008.
+POSIX.1\-2008.
 .SH 関連項目
-.BR strcpy (3),
-.BR wcscpy (3)
+\fBstrcpy\fP(3), \fBwcscpy\fP(3)