diff options
author | charnier <charnier@FreeBSD.org> | 2002-04-19 23:44:58 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-04-19 23:44:58 +0000 |
commit | a07fb1cc07255490c7adbf8b4830307c3b6ae34d (patch) | |
tree | 1070287b1054de985087e8287086ae5d4c5ed090 /usr.bin/fmt | |
parent | e0fe548473d7c5fb4bd311d674b5af8d589f6c96 (diff) | |
download | FreeBSD-src-a07fb1cc07255490c7adbf8b4830307c3b6ae34d.zip FreeBSD-src-a07fb1cc07255490c7adbf8b4830307c3b6ae34d.tar.gz |
Use `The .Nm utility'
Diffstat (limited to 'usr.bin/fmt')
-rw-r--r-- | usr.bin/fmt/fmt.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1 index 6c9862f..4bf29bf 100644 --- a/usr.bin/fmt/fmt.1 +++ b/usr.bin/fmt/fmt.1 @@ -49,8 +49,9 @@ .Op Ar goal Oo Ar maximum Oc | Fl Ns Ar width | Fl w Ar width .Op Ar .Sh DESCRIPTION +The .Nm -is a simple text formatter which reads the concatenation of input +utility is a simple text formatter which reads the concatenation of input files (or standard input if none are given) and produces on standard output a version of its input with lines as close to the .Ar goal @@ -137,7 +138,9 @@ spaces per tab stop. The default is 8. .El .Pp +The .Nm +utility is meant to format mail messages prior to sending, but may also be useful for other simple tasks. For instance, @@ -177,6 +180,7 @@ When the first line of an indented paragraph is very long (more than about twice the goal length), the indentation in the output can be wrong. .Pp +The .Nm -is not infallible in guessing what lines are mail headers and what +utility is not infallible in guessing what lines are mail headers and what lines are not. |