version 1, including all changes.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
FMT |
|
|
2 |
!!!FMT |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
AUTHOR |
|
|
7 |
REPORTING BUGS |
|
|
8 |
COPYRIGHT |
|
|
9 |
SEE ALSO |
|
|
10 |
---- |
|
|
11 |
!!NAME |
|
|
12 |
|
|
|
13 |
|
|
|
14 |
fmt - simple optimal text formatter |
|
|
15 |
!!SYNOPSIS |
|
|
16 |
|
|
|
17 |
|
|
|
18 |
__fmt__ [[''-DIGITS''] [[''OPTION'']... |
|
|
19 |
[[''FILE'']... |
|
|
20 |
!!DESCRIPTION |
|
|
21 |
|
|
|
22 |
|
|
|
23 |
Reformat each paragraph in the FILE(s), writing to standard |
|
|
24 |
output. If no FILE or if FILE is `-', read standard |
|
|
25 |
input. |
|
|
26 |
|
|
|
27 |
|
|
|
28 |
Mandatory arguments to long options are mandatory for short |
|
|
29 |
options too. |
|
|
30 |
|
|
|
31 |
|
|
|
32 |
__-c__, __--crown-margin__ |
|
|
33 |
|
|
|
34 |
|
|
|
35 |
preserve indentation of first two lines |
|
|
36 |
|
|
|
37 |
|
|
|
38 |
__-p__, __--prefix__=''STRING'' |
|
|
39 |
|
|
|
40 |
|
|
|
41 |
combine only lines having STRING as prefix |
|
|
42 |
|
|
|
43 |
|
|
|
44 |
__-s__, __--split-only__ |
|
|
45 |
|
|
|
46 |
|
|
|
47 |
split long lines, but do not refill |
|
|
48 |
|
|
|
49 |
|
|
|
50 |
__-t__, __--tagged-paragraph__ |
|
|
51 |
|
|
|
52 |
|
|
|
53 |
indentation of first line different from second |
|
|
54 |
|
|
|
55 |
|
|
|
56 |
__-u__, __--uniform-spacing__ |
|
|
57 |
|
|
|
58 |
|
|
|
59 |
one space between words, two after sentences |
|
|
60 |
|
|
|
61 |
|
|
|
62 |
__-w__, __--width__=''NUMBER'' |
|
|
63 |
|
|
|
64 |
|
|
|
65 |
maximum line width (default of 75 columns) |
|
|
66 |
|
|
|
67 |
|
|
|
68 |
__--help__ |
|
|
69 |
|
|
|
70 |
|
|
|
71 |
display this help and exit |
|
|
72 |
|
|
|
73 |
|
|
|
74 |
__--version__ |
|
|
75 |
|
|
|
76 |
|
|
|
77 |
output version information and exit |
|
|
78 |
|
|
|
79 |
|
|
|
80 |
In __-wNUMBER__, the letter `w' may be |
|
|
81 |
omitted. |
|
|
82 |
!!AUTHOR |
|
|
83 |
|
|
|
84 |
|
|
|
85 |
Written by Ross Paterson. |
|
|
86 |
!!REPORTING BUGS |
|
|
87 |
|
|
|
88 |
|
|
|
89 |
Report bugs to |
|
|
90 |
!!COPYRIGHT |
|
|
91 |
|
|
|
92 |
|
|
|
93 |
Copyright 1999 Free Software Foundation, Inc. |
|
|
94 |
This is free software; see the source for copying |
|
|
95 |
conditions. There is NO warranty; not even for |
|
|
96 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR |
|
|
97 |
PURPOSE. |
|
|
98 |
!!SEE ALSO |
|
|
99 |
|
|
|
100 |
|
|
|
101 |
The full documentation for __fmt__ is maintained as a |
|
|
102 |
Texinfo manual. If the __info__ and __fmt__ programs |
|
|
103 |
are properly installed at your site, the |
|
|
104 |
command |
|
|
105 |
|
|
|
106 |
|
|
|
107 |
__info fmt__ |
|
|
108 |
|
|
|
109 |
|
|
|
110 |
should give you access to the complete manual. |
|
|
111 |
---- |