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

Diff for /src/usr.bin/man/Attic/man.c between version 1.21 and 1.22

version 1.21, 2002/09/17 19:37:39 version 1.22, 2002/11/23 18:43:29
Line 138 
Line 138 
                         machine = optarg;                          machine = optarg;
                         break;                          break;
                 /*                  /*
                  * The -f and -k options are backward compatible,                   * The -f and -k options are backward compatible
                  * undocumented ways of calling whatis(1) and apropos(1).                   * ways of calling whatis(1) and apropos(1).
                  */                   */
                 case 'f':                  case 'f':
                         jump(argv, "-f", "whatis");                          jump(argv, "-f", "whatis");

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22