OSDN Git Service

(split) LDP: Update drafts based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / draft / man3 / wcsdup.3
index 9ba685f..0d4306c 100644 (file)
@@ -17,7 +17,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH WCSDUP 3 2010\-09\-15 GNU "Linux Programmer's Manual"
+.TH WCSDUP 3 2013\-04\-19 GNU "Linux Programmer's Manual"
 .SH 名前
 wcsdup \- ワイド文字文字列を複製する
 .SH 書式
@@ -51,7 +51,9 @@ _GNU_SOURCE
 新しいワイド文字文字列のためのメモリは \fBmalloc\fP(3)  を使って割り当てられる。 この領域は \fBfree\fP(3)
 を使って解放すべきである。
 .SH 返り値
-\fBwcsdup\fP()  関数は、新しいワイド文字文字列へのポインタを返す。 十分なメモリがなければ NULL を返す。
+On success, \fBwcsdup\fP()  returns a pointer to the new wide\-character
+string.  On error, it returns \-1, with \fIerrno\fP set to indicate the cause of
+the error.
 .SH エラー
 .TP 
 \fBENOMEM\fP
@@ -62,6 +64,6 @@ POSIX.1\-2008.  この関数は POSIX.1\-2001 では規定されていないが
 .SH 関連項目
 \fBstrdup\fP(3), \fBwcscpy\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。