OSDN Git Service

GNU_coreutils: Add ja.po and snapshot versions of translated pages.
[linuxjm/coreutils.git] / release / man1 / fmt.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .\"*******************************************************************
3 .\"
4 .\" This file was generated with po4a. Translate the source file.
5 .\"
6 .\"*******************************************************************
7 .TH FMT 1 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
8 .SH 名前
9 fmt \- simple optimal text formatter
10 .SH 書式
11 \fBfmt\fP [\fI\-WIDTH\fP] [\fIOPTION\fP]... [\fIFILE\fP]...
12 .SH 説明
13 .\" Add any additional description here
14 .PP
15 Reformat each paragraph in the FILE(s), writing to standard output.  The
16 option \fB\-WIDTH\fP is an abbreviated form of \fB\-\-width\fP=\fIDIGITS\fP.
17 .PP
18 Mandatory arguments to long options are mandatory for short options too.
19 .TP 
20 \fB\-c\fP, \fB\-\-crown\-margin\fP
21 preserve indentation of first two lines
22 .TP 
23 \fB\-p\fP, \fB\-\-prefix\fP=\fISTRING\fP
24 reformat only lines beginning with STRING, reattaching the prefix to
25 reformatted lines
26 .TP 
27 \fB\-s\fP, \fB\-\-split\-only\fP
28 split long lines, but do not refill
29 .TP 
30 \fB\-t\fP, \fB\-\-tagged\-paragraph\fP
31 indentation of first line different from second
32 .TP 
33 \fB\-u\fP, \fB\-\-uniform\-spacing\fP
34 one space between words, two after sentences
35 .TP 
36 \fB\-w\fP, \fB\-\-width\fP=\fIWIDTH\fP
37 maximum line width (default of 75 columns)
38 .TP 
39 \fB\-\-help\fP
40 この使い方を表示して終了する
41 .TP 
42 \fB\-\-version\fP
43 バージョン情報を表示して終了する
44 .PP
45 FILE が指定されていないか、FILE に \- が指定された場合、
46 標準入力からデータを読み込む。
47 .SH 作者
48 Ross Paterson が作成した。
49 .SH バグ報告
50 fmt のバグは bug\-coreutils@gnu.org に報告してください。
51 .br
52 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
53 .br
54 GNU ソフトウェアを使用するための一般的なヘルプ <http://www.gnu.org/gethelp/> にある。
55 .br
56 fmt の翻訳のバグは <http://translationproject.org/team/> に報告してください。
57 .SH 著作権
58 Copyright \(co 2010 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
59 version 3 or later <http://gnu.org/licenses/gpl.html>.
60 .br
61 This is free software: you are free to change and redistribute it.  There is
62 NO WARRANTY, to the extent permitted by law.
63 .SH 関連項目
64 \fBfmt\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
65 \fBinfo\fP と \fBfmt\fP のプログラムがお使いの環境に適切にインストールされているならば、
66 コマンド
67 .IP
68 \fBinfo coreutils \(aqfmt invocation\(aq\fP
69 .PP
70 を実行すると、完全なマニュアルを読むことができるはずである。