Tizen 2.0 Release
[external/tizen-coreutils.git] / man / fmt.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH FMT "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 fmt \- simple optimal text formatter
5 .SH SYNOPSIS
6 .B fmt
7 [\fI-DIGITS\fR] [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Reformat each paragraph in the FILE(s), writing to standard output.
12 If no FILE or if FILE is `\-', read standard input.
13 .PP
14 Mandatory arguments to long options are mandatory for short options too.
15 .TP
16 \fB\-c\fR, \fB\-\-crown\-margin\fR
17 preserve indentation of first two lines
18 .TP
19 \fB\-p\fR, \fB\-\-prefix\fR=\fISTRING\fR
20 reformat only lines beginning with STRING,
21 reattaching the prefix to reformatted lines
22 .TP
23 \fB\-s\fR, \fB\-\-split\-only\fR
24 split long lines, but do not refill
25 .TP
26 \fB\-t\fR, \fB\-\-tagged\-paragraph\fR
27 indentation of first line different from second
28 .TP
29 \fB\-u\fR, \fB\-\-uniform\-spacing\fR
30 one space between words, two after sentences
31 .TP
32 \fB\-w\fR, \fB\-\-width\fR=\fIWIDTH\fR
33 maximum line width (default of 75 columns)
34 .TP
35 \fB\-\-help\fR
36 display this help and exit
37 .TP
38 \fB\-\-version\fR
39 output version information and exit
40 .PP
41 With no FILE, or when FILE is \-, read standard input.
42 .SH AUTHOR
43 Written by Ross Paterson.
44 .SH "REPORTING BUGS"
45 Report bugs to <bug\-coreutils@gnu.org>.
46 .SH COPYRIGHT
47 Copyright \(co 2007 Free Software Foundation, Inc.
48 .br
49 This is free software.  You may redistribute copies of it under the terms of
50 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
51 There is NO WARRANTY, to the extent permitted by law.
52 .SH "SEE ALSO"
53 The full documentation for
54 .B fmt
55 is maintained as a Texinfo manual.  If the
56 .B info
57 and
58 .B fmt
59 programs are properly installed at your site, the command
60 .IP
61 .B info fmt
62 .PP
63 should give you access to the complete manual.