Provided by: debathena-just_10.0.0-0debathena3~ubuntu10.04_i386 bug

NAME

       just, fill - simple text formatting

SYNOPSIS

       just [ nnn ] < file ...

       fill [ nnn ] < file ...

DESCRIPTION

       just  and  fill  are filters for filling and right justifying or simply
       filling lines of text, respectively.  They are intended to be  used  to
       filter  text  regions  when  called  from  an  editor  such as vi.  For
       example, in vi, to format the entire buffer the command would be:

       :1,$!just

       If no argument is given,  the  right  margin  defaults  to  column  65,
       otherwise nnn specifies a column number in the range 1 <= nnn <= 510.

       Each  paragraph  of  text  is indented based on how it was given in the
       input: The first line will have the same indentation as in  the  input,
       and  the  rest of the paragraph is indented the same as the second line
       of the input (if any).

       Tabs are converted to spaces on input.  An extra space at the end of  a
       sentence is preserved if present in the input.

SEE ALSO

       ex(1), scribe(1), troff(1)

BUGS

       Does  not  hyphenate words when filling lines.  Words which can not fit
       alone on one line are truncated.

AUTHOR

       Mark H. Levine, MIT Project Athena

                                 28 March 1985                         JUST(1)