OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / release / man3 / strcasecmp.3
index 7fe1da5..304bf60 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -19,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" References consulted:
 .\"     Linux libc source code
 .\" 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 書式
@@ -52,10 +60,15 @@ strcasecmp, strncasecmp \- 二つの文字列を大文字小文字を区別せ
 よりも小さいか、 同じか、大きいかにより、それぞれ負の整数、0、正の整数を返す。
 .SH 準拠
 4.4BSD, POSIX.1\-2001.
+.SH 注意
+関数 \fBstrcasecmp\fP() と \fBstrncasecmp\fP() は 4.4BSD で初めて登場し、 そのときは
+\fI<string.h>\fP に宣言があった。 このような、過去との互換性確保のため、 機能検査マクロ
+\fB_DEFAULT_SOURCE\fP (glibc 2.19 以前では \fB_BSD_SOURCE\fP) が定義された際に、 glibc
+のヘッダーファイル \fI<string.h>\fP でもこれらの関数が宣言されている。
 .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.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。