OSDN Git Service

Update release for LDP 3.67
[linuxjm/LDP_man-pages.git] / release / man3 / strcasecmp.3
index 3453ce6..7e70397 100644 (file)
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH STRCASECMP 3 2012\-05\-10 "" "Linux Programmer's Manual"
+.\"
+.\" Japanese Version Copyright (c) 1997 HIROFUMI Nishizuka
+.\"    all rights reserved.
+.\" Translated Thu Dec 25 10:54:13 JST 1997
+.\"    by HIROFUMI Nishizuka <nishi@rpts.cl.nec.co.jp>
+.\"
+.TH STRCASECMP 3 2014\-05\-10 "" "Linux Programmer's Manual"
 .SH 名前
 strcasecmp, strncasecmp \- 二つの文字列を大文字小文字を区別せず比較する
 .SH 書式
@@ -54,10 +60,16 @@ strcasecmp, strncasecmp \- 二つの文字列を大文字小文字を区別せ
 よりも小さいか、 同じか、大きいかにより、それぞれ負の整数、0、正の整数を返す。
 .SH 準拠
 4.4BSD, POSIX.1\-2001.
+.SH 注意
+The \fBstrcasecmp\fP()  and \fBstrncasecmp\fP()  functions first appeared in
+4.4BSD, where they were declared in \fI<string.h>\fP.  Thus, for
+reasons of historical compatibility, the glibc \fI<string.h>\fP header
+file also declares these functions, if the \fB_DEFAULT_SOURCE\fP (or, in glibc
+2.19 and earlier, \fB_BSD_SOURCE\fP)  feature test macro is defined.
 .SH 関連項目
 \fBbcmp\fP(3), \fBmemcmp\fP(3), \fBstrcmp\fP(3), \fBstrcoll\fP(3), \fBstring\fP(3),
 \fBstrncmp\fP(3), \fBwcscasecmp\fP(3), \fBwcsncasecmp\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。