OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / gnumaniak / draft / man1 / yes.1
1 .\" You may copy, distribute and modify under the terms of the LDP General
2 .\" Public License as specified in the LICENSE file that comes with the
3 .\" gnumaniak distribution
4 .\"
5 .\" The author kindly requests that no comments regarding the "better"
6 .\" suitability or up-to-date notices of any info documentation alternative
7 .\" is added without contacting him first.
8 .\"
9 .\" (C) 1999-2002 Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
10 .\"
11 .\"     GNU yes man page
12 .\"     man pages are NOT obsolete!
13 .\"     <ragnar@ragnar-hojland.com>
14 .\"
15 .\" Japanese Version Copyright (c) 2000 NAKANO Takeo all rights reserved.
16 .\" Translated Sun 12 Mar 2000 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
17 .\" 
18 .TH yes 1 "18 June 2002" "GNU Shell Utilities 2.1"
19 .\"O .SH NAME
20 .\"O yes \- output a string repeatedly until killed
21 .SH 名前
22 yes \- kill されるまで文字列を繰り返して出力する
23 .\"O .SH SYNOPSIS
24 .SH 書式
25 .BI "yes [" string... "]"
26 .sp
27 .B yes [\-\-help] [\-\-version]
28 .\"O .SH DESCRIPTION
29 .SH 説明
30 .\"O .B yes
31 .\"O prints the command line arguments, separated by spaces and followed by
32 .\"O a newline, forever until it is killed.  If no arguments are given, it
33 .\"O prints `y' followed by a newline forever until killed.
34 .B yes
35 はコマンドライン引数をスペースで区切って末尾に改行 (newline) を付加し、
36 kill されるまで繰り返して表示する。
37 引数が一つも与えられないと、
38 .B yes
39 は `y' に改行を付加したものを kill されるまで表示しつづける。
40 .\"O .SH OPTIONS
41 .SH オプション
42 .\"O When GNU
43 .\"O .B yes
44 .\"O is invoked with exactly one argument, the following options are
45 .\"O recognized:
46 GNU
47 .B yes
48 が引数一つだけで起動された場合には、
49 以下のオプションが認識される:
50 .TP
51 .B "\-\-help"
52 .\"O Print a usage message on standard output and exit successfully.
53 標準出力に使用方法のメッセージを出力して正常終了する。
54 .TP
55 .B "\-\-version"
56 .\"O Print version information on standard output then exit successfully.
57 標準出力にバージョン情報を出力して正常終了する。
58 .\"O .SH NOTES
59 .SH 注意
60 .\"O Report bugs to bug-sh-utils@gnu.org.
61 .\"O Page updated by Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
62 プログラムのバグについては bug-sh-utils@gnu.org に報告してください。
63 ページの更新は Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com> が行っています。