home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / elvis184.zip / os2 / fmt.doc < prev    next >
Text File  |  1994-01-17  |  908b  |  67 lines

  1.  
  2.  
  3. NAME
  4.        fmt - adjust line-length for paragraphs of text
  5.  
  6. SYNOPSIS
  7.        fmt [-width] [files]...
  8.  
  9. DESCRIPTION
  10.        fmt  is  a  simple  text formatter.  It inserts or deletes
  11.        newlines, as necessary, to make all lines in  a  paragraph
  12.        be approximately the same width.  It preserves indentation
  13.        and word spacing.
  14.  
  15.        The default line width is 72 characters.  You can override
  16.        this with the -width flag.  If you don't name any files on
  17.        the command line, then fmt will read from stdin.
  18.  
  19.        It is typically used from within vi  to  adjust  the  line
  20.        breaks in a single paragraph.  To do this, move the cursor
  21.        to the  top  of  the  paragraph,  type  "!}fmt",  and  hit
  22.        <Return>.
  23.  
  24. AUTHOR
  25.        Steve Kirkendall
  26.        kirkenda@cs.pdx.edu
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.                                                                 1
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.