home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / progs / ispell / ispell.man < prev    next >
Text File  |  1994-02-01  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. ISPELL(1)                                               ISPELL(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        ispell - Correct spelling for a file
  9.  
  10. SSYYNNOOPPSSIISS
  11.        iissppeellll [ file ... ]
  12.        iissppeellll [ --ll | --DD | --EE ]
  13.        ssppeellll [ +local_file ] [ file ...]
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.        Ispell  is  a program that helps you to correct typos in a
  17.        file, and to find the correct  spelling  of  words.   When
  18.        presented  with  a  word  that  is  not in the dictionary,
  19.        ispell attempts to find near misses that might include the
  20.        word you meant.
  21.  
  22.        The  best  way to use ispell is with GNU EMACS.  For docu-
  23.        mentation about this mode, see the info topic "ispell".
  24.  
  25.        Ispell can also be used by itself, and in  this  case  the
  26.        most common usage is "ispell filename".  If ispell finds a
  27.        word that is not in the dictionary, it is printed  at  the
  28.        top  of the screen.  Ispell then checks the dictionary for
  29.        near misses - words that differ only by a single letter, a
  30.        missing  or extra letter, or a pair of transposed letters.
  31.        Any that are found are printed on the following lines, and
  32.        finally,  two  lines  of  context  containing the word are
  33.        printed at the bottom of the screen.  If your terminal can
  34.        type in reverse video, the word itself is highlighted.
  35.  
  36.        If  you  think  the  word is correct as it stands, you can
  37.        type either "Space" to accept it this  one  time,  "A"  to
  38.        accept  it  for the rest of this file, or "I" to accept it
  39.        and put it in your private dictionary.  If one of the near
  40.        misses  is  the word you want, type the corresponding num-
  41.        ber.  Finally, you can type "R" and you will  be  prompted
  42.        for  a replacement word.  The string you type will be bro-
  43.        ken into words, and each one will also  be  checked.   You
  44.        can also type "?" for help.
  45.  
  46.        If  ispell  is started with no arguments, it enters a loop
  47.        reading words from the standard input, and  printing  mes-
  48.        sages about them on the standard output.  You can use this
  49.        mode to find the spelling of a problem word.  For example:
  50.  
  51.        You  can  print  out the system dictionary.  Use -D if you
  52.        want flags, or -E if you want the words expanded.
  53.  
  54.               % ispell
  55.               word: independant
  56.               how about: independent
  57.               word: ^D
  58.  
  59.        The --ll or "list" option to ispell is  used  to  produce  a
  60.        list  of  misspelled  words from the standard input.  This
  61.  
  62.  
  63.  
  64.                                                                 1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. ISPELL(1)                                               ISPELL(1)
  71.  
  72.  
  73.        mode is compatible with  the  traditional  spell  program,
  74.        except that the output is not sorted.
  75.  
  76.        There  are  several  other  options provided so that other
  77.        programs can use ispell.  See  the  documentation  in  the
  78.        ispell source directory for details.
  79.  
  80.        If  ispell  is executed with the name `spell', it attempts
  81.        to be compatible with the traditional spell program.   You
  82.        can  also  get  this  behavior  with the --uu flag.  In this
  83.        case, the list of files (or standard  input)  is  checked,
  84.        and  an  alphabetized  list of misspellings is produced on
  85.        the standard output.
  86.  
  87. FFIILLEESS
  88.        /usr/lib/ispell.dict                    System dictionary
  89.        $HOME/ispell.words                      Private dictionary
  90.  
  91. SSEEEE AALLSSOO
  92.        ispell.texinfo
  93.  
  94. AAUUTTHHOORR
  95.        Pace Willisson (pace@mit-vax pace@eddie.mit.edu)
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.                                                                 2
  131.  
  132.  
  133.