home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0039 < prev    next >
Encoding:
Text File  |  1981-11-23  |  478 b   |  15 lines

  1. Autzoo.1145
  2. net.v7bugs
  3. utzoo!henry
  4. Mon Nov 23 16:58:49 1981
  5. spell(1) options
  6. As distributed with V7, the -x option to spell(1) does not work, at all.
  7. /usr/lib/spell is prepared to handle it but never gets to see it, because
  8. somebody forgot to allow for it in /bin/spell.  The fix is to add the
  9. following line just before the -a line:
  10.  
  11.     -x)    B="$B -x" ;;
  12.  
  13. Also, -v is misdocumented;  many people misread it as printing plausible
  14. derivations for things spell couldn't find at all.
  15.