Revision 12350,
1.2 KB
checked in by ghudson, 26 years ago
(diff) |
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.
|
Rev | Line | |
---|
[6954] | 1 | .\" |
---|
[12350] | 2 | .\" $Id$ |
---|
[6954] | 3 | .\" |
---|
| 4 | .\" |
---|
| 5 | .TH JUST 1 "28 March 1985" |
---|
| 6 | .FM mit |
---|
| 7 | .SH NAME |
---|
| 8 | just, fill \- simple text formatting |
---|
| 9 | .SH SYNOPSIS |
---|
| 10 | .B just |
---|
| 11 | [ |
---|
| 12 | .I nnn |
---|
| 13 | ] |
---|
| 14 | < file ... |
---|
| 15 | .PP |
---|
| 16 | .B fill |
---|
| 17 | [ |
---|
| 18 | .I nnn |
---|
| 19 | ] |
---|
| 20 | < file ... |
---|
| 21 | .SH DESCRIPTION |
---|
| 22 | .PP |
---|
| 23 | .I just |
---|
| 24 | and |
---|
| 25 | .I fill |
---|
| 26 | are filters for filling and right justifying or simply filling |
---|
| 27 | lines of text, respectively. They are intended to be used to |
---|
| 28 | filter text regions when called from an editor such as \fIvi\fP. |
---|
| 29 | For example, in \fIvi\fP, to format the entire buffer the command |
---|
| 30 | would be: |
---|
| 31 | .sp |
---|
| 32 | .B |
---|
| 33 | :1,$!just |
---|
| 34 | .PP |
---|
| 35 | If no argument is given, the right margin defaults to column 65, |
---|
| 36 | otherwise \fInnn\fP specifies a column number in the range 1 <= \fInnn\fP <= 510. |
---|
| 37 | .PP |
---|
| 38 | Each paragraph of text is indented based on how it was given in the |
---|
| 39 | input: The first line will have the same indentation as in the input, |
---|
| 40 | and the rest of the paragraph is indented the same as the second line |
---|
| 41 | of the input (if any). |
---|
| 42 | .PP |
---|
| 43 | Tabs are converted to spaces on input. An extra space at the end of |
---|
| 44 | a sentence is preserved if present in the input. |
---|
| 45 | .PP |
---|
| 46 | .SH "SEE ALSO" |
---|
| 47 | ex(1), scribe(1), troff(1) |
---|
| 48 | .SH BUGS |
---|
| 49 | Does not hyphenate words when filling lines. Words which can not |
---|
| 50 | fit alone on one line are truncated. |
---|
| 51 | .SH AUTHOR |
---|
| 52 | Mark H. Levine, MIT Project Athena |
---|
| 53 | |
---|
Note: See
TracBrowser
for help on using the repository browser.