~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to man/fmt.1

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH FMT "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
 
.SH NAME
4
 
fmt \- simple optimal text formatter
5
 
.SH SYNOPSIS
6
 
.B fmt
7
 
[\fI-WIDTH\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
 
The option \fB\-WIDTH\fR is an abbreviated form of \fB\-\-width\fR=\fIDIGITS\fR.
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\-g\fR, \fB\-\-goal\fR=\fIWIDTH\fR
36
 
goal width (default of 93% of width)
37
 
.TP
38
 
\fB\-\-help\fR
39
 
display this help and exit
40
 
.TP
41
 
\fB\-\-version\fR
42
 
output version information and exit
43
 
.PP
44
 
With no FILE, or when FILE is \-, read standard input.
45
 
.SH AUTHOR
46
 
Written by Ross Paterson.
47
 
.SH "REPORTING BUGS"
48
 
Report fmt bugs to bug\-coreutils@gnu.org
49
 
.br
50
 
GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
51
 
.br
52
 
General help using GNU software: <http://www.gnu.org/gethelp/>
53
 
.br
54
 
Report fmt translation bugs to <http://translationproject.org/team/>
55
 
.SH COPYRIGHT
56
 
Copyright \(co 2012 Free Software Foundation, Inc.
57
 
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
58
 
.br
59
 
This is free software: you are free to change and redistribute it.
60
 
There is NO WARRANTY, to the extent permitted by law.
61
 
.SH "SEE ALSO"
62
 
The full documentation for
63
 
.B fmt
64
 
is maintained as a Texinfo manual.  If the
65
 
.B info
66
 
and
67
 
.B fmt
68
 
programs are properly installed at your site, the command
69
 
.IP
70
 
.B info coreutils \(aqfmt invocation\(aq
71
 
.PP
72
 
should give you access to the complete manual.