aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/man/man3/bcmp.3
diff options
context:
space:
mode:
authorKazuo Horikawa <horikawa@FreeBSD.org>2001-07-26 00:36:08 +0000
committerKazuo Horikawa <horikawa@FreeBSD.org>2001-07-26 00:36:08 +0000
commitc047a2ac17a8a14b9989d23bb79de8ddfc47068f (patch)
treefc10a2ca8d6ea298cd8229a85a18812f405b80e4 /ja_JP.eucJP/man/man3/bcmp.3
parent91f3c93359959c9614dded8476cb643fa8c0ab86 (diff)
downloaddoc-c047a2ac17a8a14b9989d23bb79de8ddfc47068f.tar.gz
doc-c047a2ac17a8a14b9989d23bb79de8ddfc47068f.zip
Catch up with somewhat recent RELENG_4 section 3
Submitted by:FreeBSD jpman project members <man-jp@jp.FreeBSD.org>
Notes
Notes: svn path=/head/; revision=10054
Diffstat (limited to 'ja_JP.eucJP/man/man3/bcmp.3')
-rw-r--r--ja_JP.eucJP/man/man3/bcmp.330
1 files changed, 15 insertions, 15 deletions
diff --git a/ja_JP.eucJP/man/man3/bcmp.3 b/ja_JP.eucJP/man/man3/bcmp.3
index efabf68ff6..bf6a7c8fa0 100644
--- a/ja_JP.eucJP/man/man3/bcmp.3
+++ b/ja_JP.eucJP/man/man3/bcmp.3
@@ -1,5 +1,5 @@
.\" Copyright (c) 1990, 1991, 1993
-.\" The Regents of the University of California. All rights reserved.
+.\" The Regents of the University of California. All rights reserved.
.\"
.\" This code is derived from software contributed to Berkeley by
.\" Chris Torek.
@@ -13,8 +13,8 @@
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
-.\" This product includes software developed by the University of
-.\" California, Berkeley and its contributors.
+.\" This product includes software developed by the University of
+.\" California, Berkeley and its contributors.
.\" 4. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
@@ -31,7 +31,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)bcmp.3 8.1 (Berkeley) 6/4/93
+.\" @(#)bcmp.3 8.1 (Berkeley) 6/4/93
+.\" %FreeBSD: src/lib/libc/string/bcmp.3,v 1.4.2.1 2000/04/22 17:06:35 phantom Exp %
.\"
.\" $FreeBSD$
.Dd June 4, 1993
@@ -40,6 +41,8 @@
.Sh 名称
.Nm bcmp
.Nd バイト文字列を比較する
+.Sh ライブラリ
+.Lb libc
.Sh 書式
.Fd #include <string.h>
.Ft int
@@ -50,18 +53,16 @@
.Fa b1
をバイト文字列
.Fa b2
-に対して比較し、
-これらが同一の場合は
-0 を返し、そうでない場合はゼロでない値を返します。
-両方の文字列が
+に対して比較します。
+これらが同一の場合は 0 を返し、そうでない場合は 0 でない値を返します。
+両方の文字列は
.Fa len
-バイトの長さであると想定して比較します。長さがゼロの
-文字列は必ず同一です。
+バイトの長さであると想定します。
+長さが 0 の文字列は常に同一です。
.Pp
-2つの文字列が重なりあっていても構いません。
+2 つの文字列は重なり合っていても構いません。
.Pp
.Sh 関連項目
-.Xr bcmp 3 ,
.Xr memcmp 3 ,
.Xr strcasecmp 3 ,
.Xr strcmp 3 ,
@@ -70,7 +71,6 @@
.Pp
.Sh 歴史
.Fn bcmp
-関数は最初に
+関数は
.Bx 4.2
-で現れました。
-.\" kuma
+ではじめて登場しました。