OSDN Git Service

(split) LDP: Update draft and release (from the previous commit)
[linuxjm/LDP_man-pages.git] / draft / man3 / bzero.3
index ffe9f82..c3a8a5e 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
 .\"     386BSD man pages
 .\" Modified Sat Jul 24 21:28:17 1993 by Rik Faith <faith@cs.unc.edu>
 .\" Modified Tue Oct 22 23:49:37 1996 by Eric S. Raymond <esr@thyrsus.com>
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
 .\"
 .\" Japanese Version Copyright (c) 1997 Ueyama Rui
 .\"         all rights reserved.
 .\" Modified Wed 23 Aug 2000 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
 .\" Modified Thu 6 Mar 2003 by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
 .\"
-.TH BZERO 3  2008-08-06 "Linux" "Linux Programmer's Manual"
-.\"O .SH NAME
-.\"O bzero \- write zero-valued bytes
-.SH Ì¾Á°
-bzero \- ÃÍ 0 ¤Î¥Ð¥¤¥È¤ÇËä¤á¤ë
-.\"O .SH SYNOPSIS
-.SH ½ñ¼°
+.TH BZERO 3 2013\-10\-22 Linux "Linux Programmer's Manual"
+.SH 名前
+bzero \- 値 0 のバイトで埋める
+.SH 書式
 .nf
-.B #include <strings.h>
+\fB#include <strings.h>\fP
 .sp
-.BI "void bzero(void *" s ", size_t " n );
+\fBvoid bzero(void *\fP\fIs\fP\fB, size_t \fP\fIn\fP\fB);\fP
 .fi
-.\"O .SH DESCRIPTION
-.SH ÀâÌÀ
-.\"O The
-.\"O .BR bzero ()
-.\"O function sets the first
-.\"O .I n
-.\"O bytes of the byte area starting at
-.\"O .I s
-.\"O to zero (bytes containing \(aq\\0\(aq).
-.BR bzero ()
-´Ø¿ô¤Ï
-¥Ð¥¤¥ÈÎó
-.I s
-¤«¤é»Ï¤Þ¤ë¥Ð¥¤¥ÈÎΰè¤ÎÀèƬ
-.I n
-¥Ð¥¤¥È¤ò
-¿ôÃÍ¥¼¥í (Ãͤ¬ \(aq\\0\(aq ¤Î¥Ð¥¤¥È) ¤ÇËä¤á¤ë¡£
-.\"O .SH "RETURN VALUE"
-.SH ÊÖ¤êÃÍ
-.\"O None.
-¤Ê¤·¡£
-.\"O .SH "CONFORMING TO"
-.SH ½àµò
-4.3BSD.
-.\"O This function is deprecated (marked as LEGACY in POSIX.1-2001): use
-.\"O .BR memset (3)
-.\"O in new programs.
-¤³¤Î´Ø¿ô¤ÏÇÑ»ßͽÄê¤Ç¤¢¤ë (POSIX.1-2001 ¤Ç¤Ï
-²áµî¤Î̾»Ä (LEGACY) ¤È¤µ¤ì¤Æ¤¤¤ë)¡£¿·¤·¤¤¥×¥í¥°¥é¥à¤Ç¤Ï
-.BR memset (3)
-¤ò»ÈÍѤ¹¤Ù¤­¤Ç¤¢¤ë¡£
-.\"O POSIX.1-2008 removes the specification of
-.\"O .BR bzero ().
-POSIX.1-2008 ¤Ç¤Ï
-.BR bzero ()
-¤Î»ÅÍͤ¬ºï½ü¤µ¤ì¤Æ¤¤¤ë¡£
-.\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
-.BR memset (3),
-.BR swab (3)
+.SH 説明
+\fBbzero\fP()  関数は バイト列 \fIs\fP から始まる領域の先頭 \fIn\fP バイトを 数値ゼロ (値が \(aq\e0\(aq のバイト)
+で埋める。
+.SH 返り値
+なし。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+\fBbzero\fP() 関数はスレッドセーフである。
+.SH 準拠
+4.3BSD.  この関数は廃止予定である (POSIX.1\-2001 では 過去の名残 (LEGACY) とされている)。新しいプログラムでは
+\fBmemset\fP(3)  を使用すべきである。 POSIX.1\-2008 では \fBbzero\fP()  の仕様が削除されている。
+.SH 関連項目
+\fBmemset\fP(3), \fBswab\fP(3)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.63 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。