[BACK]Return to spell.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / spell

Diff for /src/usr.bin/spell/spell.1 between version 1.6 and 1.7

version 1.6, 2003/06/10 09:12:11 version 1.7, 2005/07/05 15:01:12
Line 74 
Line 74 
 .Op Fl h Ar spellhist  .Op Fl h Ar spellhist
 .Oo  .Oo
 .Fl m  .Fl m
 .Ar m | s | e | a | l  .Ar a | e | l | m | s
 .Oc  .Oc
 .Op Fl s Ar stop  .Op Fl s Ar stop
 .Op + Ns Ar extra_list  .Op + Ns Ar extra_list
Line 91 
Line 91 
 ignores most  ignores most
 .Xr troff 1 ,  .Xr troff 1 ,
 .Xr tbl 1 ,  .Xr tbl 1 ,
 .Xr eqn 1  .Xr eqn 1 ,
 and  and
 .Xr pic 1  .Xr pic 1
 constructions.  constructions.
Line 102 
Line 102 
 .Nm  .Nm
 (like  (like
 .Xr deroff 1 )  .Xr deroff 1 )
 follows chains of included files (`.so' and `.nx' commands).  follows chains of included files
   .Po
   .Dq .so
   and
   .Dq .nx
   commands
   .Pc .
 .Pp  .Pp
 The default spelling list is based on Webster's Second International  The default spelling list is based on Webster's Second International
 dictionary and should be fairly complete.  dictionary and should be fairly complete.
Line 143 
Line 149 
 .Em standardise ,  .Em standardise ,
 Fowler and the OED to the contrary notwithstanding.  Fowler and the OED to the contrary notwithstanding.
 In this mode, American variants of words are added to the stop list.  In this mode, American variants of words are added to the stop list.
   .It Fl d Ar word_list
   Use the specified word list instead of the default system word list.
   The word list must be sorted as specified above.
   .It Fl h Ar spellhist
   Store misspelled words in the specified history file.
   The output of
   .Li who -m
   is appended to the history file after the list of misspelled words.
 .It Fl i  .It Fl i
 Instruct  Instruct
 .Xr deroff 1  .Xr deroff 1
 to ignore `.so' and `.nx' commands.  to ignore
   .Dq .so
   and
   .Dq .nx
   commands.
 .It Fl l  .It Fl l
 Use  Use
 .Xr delatex  .Xr delatex
 instead of  instead of
 .Xr deroff 1  .Xr deroff 1
 if it is present on the system.  if it is present on the system.
   .It Fl m
   Enable support for common
   .Xr troff 1
   macro packages; this option is passed verbatim to
   .Xr deroff 1 .
   Refer to the
   .Fl m
   description in
   .Xr deroff 1
   for details.
   .It Fl s Ar stop_list
   Use the specified stop list instead of the default system stop list.
   The stop list must be sorted as specified above.
 .It Fl t  .It Fl t
 Use  Use
 .Xr detex  .Xr detex
Line 163 
Line 194 
 Print all words not literally in the spelling list in addition to  Print all words not literally in the spelling list in addition to
 plausible derivations from spelling list words.  plausible derivations from spelling list words.
 .It Fl x  .It Fl x
 Print every plausible stem, prefixed with `='.  Print every plausible stem, prefixed with
 .It Fl d Ar word_list  .Sq = .
 Use the specified word list instead of the default system word list.  
 The word list must be sorted as specified above.  
 .It Fl h Ar spellhist  
 Store misspelled words in the specified history file.  
 The output of  
 .Li who -m  
 is appended to the history file after the list of misspelled words.  
 .It Fl m  
 Enable support for common  
 .Xr troff 1  
 macro packages; this option is passed verbatim to  
 .Xr deroff 1 .  
 The  
 .Fl m  
 option takes the following arguments:  
 .Bl -tag -width Ds  
 .It a  
 recognize  
 .Xr man 7  
 macros.  
 .It e  
 recognize  
 .Xr me 7  
 macros.  
 .It m  
 recognize  
 .Xr me 7  
 macros.  
 .It s  
 recognize  
 .Xr me 7  
 macros.  
 .It l  
 recognize  
 .Xr mm 7  
 macros and delete  
 .Xr mm 7  
 lists.  
 .El  
 .It Fl s Ar stop_list  
 Use the specified stop list instead of the default system stop list.  
 The stop list must be sorted as specified above.  
 .It + Ns Ar extra_list  .It + Ns Ar extra_list
 Use  Use
 .Ar extra_list  .Ar extra_list

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7