OSDN Git Service

Revert the following change to correct the mail address of the committer
[linuxjm/jm.git] / manual / LDP_man-pages / draft / man3 / wmemchr.3
index a9e95cb..e2ae667 100644 (file)
@@ -1,9 +1,11 @@
 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_ONEPARA)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
 .\" the License, or (at your option) any later version.
+.\" %%%LICENSE_END
 .\"
 .\" References consulted:
 .\"   GNU glibc-2 source code and manual
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.\" About this Japanese page, please contact to JM Project <JM@linux.or.jp>
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.\"
 .\" Translated Tue Oct 26 00:03:46 JST 1999
 .\"           by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
 .\"
-.TH WMEMCHR 3 1999-07-25 "GNU" "Linux Programmer's Manual"
-.\"O .SH NAME
-.SH Ì¾Á°
-.\"O wmemchr \- search a wide character in a wide-character array
-wmemchr \- ¥ï¥¤¥Éʸ»ú¤ÎÇÛÎ󤫤é¥ï¥¤¥Éʸ»ú¤òõ¤¹
-.\"O .SH SYNOPSIS
-.SH ½ñ¼°
+.TH WMEMCHR 3 1999\-07\-25 GNU "Linux Programmer's Manual"
+.SH 名前
+wmemchr \- ワイド文字の配列からワイド文字を探す
+.SH 書式
 .nf
-.B #include <wchar.h>
+\fB#include <wchar.h>\fP
 .sp
-.BI "wchar_t *wmemchr(const wchar_t *" s ", wchar_t " c ", size_t " n );
+\fBwchar_t *wmemchr(const wchar_t *\fP\fIs\fP\fB, wchar_t \fP\fIc\fP\fB, size_t \fP\fIn\fP\fB);\fP
 .fi
-.\"O .SH DESCRIPTION
-.SH ÀâÌÀ
-.\"O The
-.\"O .BR wmemchr ()
-.\"O function is the wide-character equivalent of the
-.\"O .BR memchr (3)
-.\"O function.
-.\"O It searches the \fIn\fP wide characters starting at \fIs\fP for
-.\"O the first occurrence of the wide character \fIc\fP.
-.BR wmemchr ()
-´Ø¿ô¤Ï¡¢
-.BR memchr (3)
-´Ø¿ô¤ËÂбþ¤¹¤ë¥ï¥¤¥Éʸ»ú´Ø¿ô¤Ç¤¢¤ë¡£
-¤³¤Î´Ø¿ô¤Ï¡¢\fIs\fP ¤òÀèƬ¤È¤¹¤ë \fIn\fP ¸Ä¤Î¥ï¥¤¥Éʸ»ú¤ÎÃ椫¤é¡¢ºÇ½é
-¤Ë¥ï¥¤¥Éʸ»ú \fIc\fP ¤¬¸½¤ï¤ì¤ë¾ì½ê¤òõ¤¹¡£
-.\"O .SH "RETURN VALUE"
-.SH ÊÖ¤êÃÍ
-.\"O The
-.\"O .BR wmemchr ()
-.\"O function returns a pointer to the first occurrence of \fIc\fP
-.\"O among the \fIn\fP wide characters starting at \fIs\fP, or NULL if \fIc\fP does
-.\"O not occur among these.
-.BR wmemchr ()
-´Ø¿ô¤Ï¡¢\fIs\fP ¤òÀèƬ¤È¤¹¤ë \fIn\fP ¸Ä¤Î¥ï¥¤¥Éʸ»ú¤ÎÃæ
-¤Ë¤ª¤¤¤ÆºÇ½é¤Ë \fIc\fP ¤¬¸½¤ï¤ì¤ë¾ì½ê¤Ø¤Î¥Ý¥¤¥ó¥¿¤òÊÖ¤¹¡£\fIc\fP ¤¬¸½
-¤ï¤ì¤Ê¤«¤Ã¤¿¾ì¹ç¤Ë¤Ï NULL ¤òÊÖ¤¹¡£
-.\"O .SH "CONFORMING TO"
-.SH ½àµò
+.SH 説明
+\fBwmemchr\fP()  関数は、 \fBmemchr\fP(3)  関数に対応するワイド文字関数である。 この関数は、\fIs\fP を先頭とする \fIn\fP
+個のワイド文字の中から、最初 にワイド文字 \fIc\fP が現われる場所を探す。
+.SH 返り値
+\fBwmemchr\fP()  関数は、\fIs\fP を先頭とする \fIn\fP 個のワイド文字の中 において最初に \fIc\fP
+が現われる場所へのポインタを返す。\fIc\fP が現 われなかった場合には NULL を返す。
+.SH 準拠
 C99.
-.\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
-.BR memchr (3),
-.BR wcschr (3)
+.SH 関連項目
+\fBmemchr\fP(3), \fBwcschr\fP(3)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。