=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/fmt/fmt.1,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/fmt/fmt.1 2000/03/05 00:28:53 1.8 --- src/usr.bin/fmt/fmt.1 2000/03/07 21:11:08 1.9 *************** *** 1,4 **** ! .\" $OpenBSD: fmt.1,v 1.8 2000/03/05 00:28:53 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: fmt.1,v 1.9 2000/03/07 21:11:08 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. *************** *** 51,57 **** .Ar goal .Op Ar maximum .Oc ! .Op name ... .Sh DESCRIPTION .Nm is a simple text formatter which reads the concatenation of input --- 51,57 ---- .Ar goal .Op Ar maximum .Oc ! .Op Ar name ... .Sh DESCRIPTION .Nm is a simple text formatter which reads the concatenation of input *************** *** 66,84 **** length defaults to 65 and the .Ar maximum ! to 10 more than the goal length. The spacing at the beginning of the ! input lines is preserved in the output, as are blank lines and ! interword spacing. .Pp The options are as follows: .Bl -tag -width indent .It Fl c ! Center the text, line by line. In this case, most of the other options are ignored; no splitting or joining of lines is done. .It Fl m Try to format mail header lines contained in the input sensibly. .It Fl p ! Allow indented paragraphs. Without the .Fl p flag, any change in the amount of whitespace at the start of a line results in a new paragraph being begun. --- 66,86 ---- length defaults to 65 and the .Ar maximum ! to 10 more than the goal length. ! The spacing at the beginning of the input lines is preserved in the output, ! as are blank lines and interword spacing. .Pp The options are as follows: .Bl -tag -width indent .It Fl c ! Center the text, line by line. ! In this case, most of the other options are ignored; no splitting or joining of lines is done. .It Fl m Try to format mail header lines contained in the input sensibly. .It Fl p ! Allow indented paragraphs. ! Without the .Fl p flag, any change in the amount of whitespace at the start of a line results in a new paragraph being begun. *************** *** 89,97 **** .It Fl d Ar chars Treat the .Ar chars ! (and no others) as sentence-ending characters. By default the sentence-ending characters are full stop, question mark and ! exclamation mark. Remember that some characters may need to be escaped to protect them from your shell. .It Fl l Ar number Replace multiple spaces with tabs at the start of each output --- 91,101 ---- .It Fl d Ar chars Treat the .Ar chars ! (and no others) as sentence-ending characters. ! By default the sentence-ending characters are full stop, question mark and ! exclamation mark. ! Remember that some characters may need to be escaped to protect them from your shell. .It Fl l Ar number Replace multiple spaces with tabs at the start of each output *************** *** 101,107 **** .It Fl t Ar number Assume that the input files' tabs assume .Ar number ! spaces per tab stop. The default is 8. .El .Pp .Nm --- 105,112 ---- .It Fl t Ar number Assume that the input files' tabs assume .Ar number ! spaces per tab stop. ! The default is 8. .El .Pp .Nm *************** *** 128,135 **** .Bx 3 . .Pp The version described herein is a complete rewrite and appeared in ! .Bx Open ! 2.4. .\" .Sh AUTHOR .\" Kurt Shoens .\" .br --- 133,139 ---- .Bx 3 . .Pp The version described herein is a complete rewrite and appeared in ! .Ox 2.4 . .\" .Sh AUTHOR .\" Kurt Shoens .\" .br