OSDN Git Service

Update releases for LDP 3.67
[linuxjm/LDP_man-pages.git] / release / man3 / strcasecmp.3
index 7e70397..98b27f5 100644 (file)
@@ -61,11 +61,10 @@ strcasecmp, strncasecmp \- 二つの文字列を大文字小文字を区別せ
 .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.
+関数 \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)