OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / puts.3
index c6b5d49..240954f 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" License.
 .\" Modified Sat Jul 24 18:42:59 1993 by Rik Faith (faith@cs.unc.edu)
+.\"*******************************************************************
 .\"
-.\" Japanese Version Copyright (c) 1997 HIROFUMI Nishizuka
-.\"    all rights reserved.
-.\" Translated Wed Dec 24 12:33:40 JST 1997
-.\"    by HIROFUMI Nishizuka <nishi@rpts.cl.nec.co.jp>
-.\" Updated Fri Nov  2 JST 2001 by Kentaro Shirakata <argrath@ub32.org>
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.TH PUTS 3  2011-09-28 "GNU" "Linux Programmer's Manual"
-.\"O .SH NAME
+.\"*******************************************************************
+.TH PUTS 3 2011\-09\-28 GNU "Linux Programmer's Manual"
 .SH 名前
-.\"O fputc, fputs, putc, putchar, puts \- output of characters and strings
 fputc, fputs, putc, putchar, puts \- 文字と文字列の出力
-.\"O .SH SYNOPSIS
 .SH 書式
 .nf
-.B #include <stdio.h>
+\fB#include <stdio.h>\fP
 .sp
-.BI "int fputc(int " c ", FILE *" stream );
+\fBint fputc(int \fP\fIc\fP\fB, FILE *\fP\fIstream\fP\fB);\fP
 
-.BI "int fputs(const char *" "s" ", FILE *" "stream" );
+\fBint fputs(const char *\fP\fIs\fP\fB, FILE *\fP\fIstream\fP\fB);\fP
 
-.BI "int putc(int " c ", FILE *" stream );
+\fBint putc(int \fP\fIc\fP\fB, FILE *\fP\fIstream\fP\fB);\fP
 
-.BI "int putchar(int " c );
+\fBint putchar(int \fP\fIc\fP\fB);\fP
 
-.BI "int puts(const char *" "s" );
+\fBint puts(const char *\fP\fIs\fP\fB);\fP
 .fi
-.\"O .SH DESCRIPTION
 .SH 説明
-.\"O .BR fputc ()
-.\"O writes the character
-.\"O .IR c ,
-.\"O cast to an
-.\"O .IR "unsigned char" ,
-.\"O to
-.\"O .IR stream .
-.BR fputc ()
-は、キャラクタ
-.I c
-を
-.I "unsigned char"
-にキャストし、
-.I stream
-に書き込む。
+\fBfputc\fP()  は、キャラクタ \fIc\fP を \fIunsigned char\fP にキャストし、 \fIstream\fP に書き込む。
 .PP
-.\"O .BR fputs ()
-.\"O writes the string
-.\"O .I s
-.\"O to
-.\"O .IR stream ,
-.\"O without its terminating null byte (\(aq\e0\(aq).
-.BR fputs ()
-は、文字列
-.I s
-を
-.I stream
-に書き込む。
-文字列終端の NULL バイト (\(aq\e0\(aq) は出力しない。
+\fBfputs\fP()  は、文字列 \fIs\fP を \fIstream\fP に書き込む。 文字列終端の NULL バイト (\(aq\e0\(aq)
+は出力しない。
 .PP
-.\"O .BR putc ()
-.\"O is equivalent to
-.\"O .BR fputc ()
-.\"O except that it may be implemented as a macro which evaluates
-.\"O .I stream
-.\"O more than once.
-.BR putc ()
-は、
-.I stream
-を一度以上評価するマクロとして実装されているかも知れないという点を除き、
-.BR fputc ()
+\fBputc\fP()  は、 \fIstream\fP を一度以上評価するマクロとして実装されているかも知れないという点を除き、 \fBfputc\fP()
 と同じである。
 .PP
-.\"O .BI "putchar(" c );
-.\"O is equivalent to
-.\"O .BI "putc(" c , stdout ).
-.BI "putchar(" c );
-は、
-.BI "putc(" c , stdout )
-と同じである。
+\fBputchar(\fP\fIc\fP\fB);\fP は、 \fBputc(\fP\fIc\fP\fB,\fP\fIstdout\fP\fB)\fP と同じである。
 .PP
-.\"O .BR puts ()
-.\"O writes the string
-.\"O .I s
-.\"O and a trailing newline
-.\"O to
-.\"O .IR stdout .
-.BR puts ()
-は、文字列
-.I s
-と改行を
-.I stdout
-に書き込む。
+\fBputs\fP()  は、文字列 \fIs\fP と改行を \fIstdout\fP に書き込む。
 .PP
-.\"O Calls to the functions described here can be mixed with each other and with
-.\"O calls to other output functions from the
-.\"O .I stdio
-.\"O library for the same output stream.
-ここで説明された関数はお互いに混在して使用することができ、また、
-.I stdio
-ライブラリに含まれる他の出力関数を同じ出力ストリームに対して
+ここで説明された関数はお互いに混在して使用することができ、また、 \fIstdio\fP ライブラリに含まれる他の出力関数を同じ出力ストリームに対して
 呼び出す事が出来る。
 .PP
-.\"O For nonlocking counterparts, see
-.\"O .BR unlocked_stdio (3).
-これらの処理をロックせずに行いたいときは、
-.BR unlocked_stdio (3)
-を参照のこと。
-.\"O .SH "RETURN VALUE"
+これらの処理を停止せずに行いたいときは、 \fBunlocked_stdio\fP(3)  を参照のこと。
 .SH 返り値
-.\"O .BR fputc (),
-.\"O .BR putc ()
-.\"O and
-.\"O .BR putchar ()
-.\"O return the character written as an
-.\"O .I unsigned char
-.\"O cast to an
-.\"O .I int
-.\"O or
-.\"O .B EOF
-.\"O on error.
-.BR fputc (),
-.BR putc (),
-.BR putchar ()
-は
-.I unsigned char
-として書き込まれた文字を
-.I int
-にキャストして返す。
-エラーが発生した場合は
-.B EOF
-を返す。
+\fBfputc\fP(), \fBputc\fP(), \fBputchar\fP()  は \fIunsigned char\fP として書き込まれた文字を \fIint\fP
+にキャストして返す。 エラーが発生した場合は \fBEOF\fP を返す。
 .PP
-.\"O .BR puts ()
-.\"O and
-.\"O .BR fputs ()
-.\"O return a nonnegative number on success, or
-.\"O .B EOF
-.\"O on error.
-.BR puts ()
-と
-.BR fputs ()
-は、成功すると負ではない数を、エラーが発生した場合は
-.B EOF
-を返す。
-.\"O .SH "CONFORMING TO"
+\fBputs\fP()  と \fBfputs\fP()  は、成功すると負ではない数を、エラーが発生した場合は \fBEOF\fP を返す。
 .SH 準拠
 C89, C99.
-.\"O .SH BUGS
 .SH バグ
-.\"O It is not advisable to mix calls to output functions from the
-.\"O .I stdio
-.\"O library with low-level calls to
-.\"O .BR write (2)
-.\"O for the file descriptor associated with the same output stream; the results
-.\"O will be undefined and very probably not what you want.
-.I stdio
-ライブラリに含まれる出力関数と、同じ出力ストリームに結びつけられた
-ファイルディスクリプタに対する
-.BR write (2)
-の低レベル呼び出しを混在して
-使用することは賢明ではない。
-その結果は定義されておらず、望む結果が得られない可能性が高い。
-.\"O .SH "SEE ALSO"
+\fIstdio\fP ライブラリに含まれる出力関数と、同じ出力ストリームに結びつけられた ファイルディスクリプタに対する \fBwrite\fP(2)
+の低レベル呼び出しを混在して 使用することは賢明ではない。 その結果は定義されておらず、望む結果が得られない可能性が高い。
 .SH 関連項目
-.BR write (2),
-.BR ferror (3),
-.BR fopen (3),
-.BR fputwc (3),
-.BR fputws (3),
-.BR fseek (3),
-.BR fwrite (3),
-.BR gets (3),
-.BR putwchar (3),
-.BR scanf (3),
-.BR unlocked_stdio (3)
+\fBwrite\fP(2), \fBferror\fP(3), \fBfopen\fP(3), \fBfputwc\fP(3), \fBfputws\fP(3),
+\fBfseek\fP(3), \fBfwrite\fP(3), \fBgets\fP(3), \fBputwchar\fP(3), \fBscanf\fP(3),
+\fBunlocked_stdio\fP(3)