diff options
Diffstat (limited to 'usr.bin/fmt')
-rw-r--r-- | usr.bin/fmt/fmt.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1 index aacc8f4eb79..3b223ff8842 100644 --- a/usr.bin/fmt/fmt.1 +++ b/usr.bin/fmt/fmt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fmt.1,v 1.2 1996/06/26 05:33:20 deraadt Exp $ +.\" $OpenBSD: fmt.1,v 1.3 1997/02/09 23:58:42 millert Exp $ .\" $NetBSD: fmt.1,v 1.3 1995/09/01 01:29:40 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -42,6 +42,7 @@ .Nd simple text formatter .Sh SYNOPSIS .Nm fmt +.Fl c .Oo .Ar goal .Op Ar maximum @@ -61,6 +62,11 @@ to 65 and the maximum to 75. The spacing at the beginning of the input lines is preserved in the output, as are blank lines and interword spacing. .Pp +.Fl c +instructs +.Nm fmt +to center the text. +.Pp .Nm Fmt is meant to format mail messages prior to sending, but may also be useful for other simple tasks. |