BSD 3 development
[unix-history] / .ref-BSD-2 / man / fmt.u
CommitLineData
bc0799ce
KS
1
2.TH FMT UCB 2/24/79 UCB
3.SH NAME
4fmt \- simple text formatter
5.SH SYNOPSIS
6.B fmt
7[
8name ...
9]
10.SH DESCRIPTION
11.I Fmt
12is a simple text formatter which reads the concatenation of input
13files (or standard input if none are given) and produces on
14standard output a version of its input with lines as close to
1572 characters long as possible. The spacing at the beginning
16of the input lines is preserved in the output, as are blank lines
17and interword spacing.
18.PP
19.I Fmt
20is meant to format mail messages prior to sending, but may also be useful
21for other simple tasks.
22.SH "SEE ALSO"
23nroff(1), roff(1), Mail(UCB)
24.SH AUTHOR
25Kurt Shoens
26.SH BUGS
27The program was designed to be simple and fast \- for more complex
28operations, the standard text processors are likely to be more appropriate.