OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man3 / strspn.3
index 5559f4e..552cfd1 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
@@ -30,9 +32,9 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH STRSPN 3 2010\-09\-20 "" "Linux Programmer's Manual"
+.TH STRSPN 3 2012\-05\-10 "" "Linux Programmer's Manual"
 .SH 名前
-strspn, strcspn \- 文字列から文字のセットを探す
+strspn, strcspn \- バイト集合で構成される文字列を探す
 .SH 書式
 .nf
 \fB#include <string.h>\fP
@@ -42,13 +44,19 @@ strspn, strcspn \- 文字列から文字のセットを探す
 \fBsize_t strcspn(const char *\fP\fIs\fP\fB, const char *\fP\fIreject\fP\fB);\fP
 .fi
 .SH 説明
-\fBstrspn\fP()  関数は、\fIaccept\fP に含まれる文字だけで構成される文字列 を \fIs\fP から探し、その最初の部分の長さを計算する。
+\fBstrspn\fP() 関数は、 \fIs\fP から、\fIaccept\fP に含まれる文字だけで
+構成される最初の部分文字列を探し、
+その部分の (バイト単位の) 長さを計算する。
 .PP
-\fBstrcspn\fP()  関数は、\fIreject\fP に含まれない文字だけで構成される文字列 を \fIs\fP から探し、その最初の部分の長さを計算する。
+\fBstrcspn\fP() 関数は、 \fIs\fP から、\fIreject\fP に含まれない文字だけで
+構成される最初の部分文字列を探し、
+その部分の (バイト単位の) 長さを計算する。
 .SH 返り値
-\fBstrspn\fP()  関数は、\fIaccept\fP からの文字だけで構成される \fIs\fP の 最初の部分の文字の数を返す。
+\fBstrspn\fP() 関数は、 \fIs\fP 内の、\fIaccept\fP からの文字だけで
+構成される最初の部分文字列のバイト数を返す。
 .PP
-\fBstrcspn\fP()  関数は、\fIs\fP の最初の部分で、文字列 \fIreject\fP に 含まれない文字の数を返す。
+\fBstrcspn\fP() 関数は、\fIs\fP 内の、文字列 \fIreject\fP に含まれない
+文字だけで構成される最初の部分文字列のバイト数を返す。
 .SH 準拠
 SVr4, 4.3BSD, C89, C99.
 .SH 関連項目
@@ -56,6 +64,6 @@ SVr4, 4.3BSD, C89, C99.
 \fBstrpbrk\fP(3), \fBstrsep\fP(3), \fBstrstr\fP(3), \fBstrtok\fP(3), \fBwcscspn\fP(3),
 \fBwcsspn\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.40 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。