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