[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.32 and 1.33

version 1.32, 2006/12/14 19:25:58 version 1.33, 2007/01/09 18:01:53
Line 781 
Line 781 
         (void)fprintf(stderr, "usage: %s [-achw] [-C file] [-M path] [-m path] "          (void)fprintf(stderr, "usage: %s [-achw] [-C file] [-M path] [-m path] "
             "[-S subsection] [-s section]\n\t   [section] name [...]\n",              "[-S subsection] [-s section]\n\t   [section] name [...]\n",
             __progname);              __progname);
         (void)fprintf(stderr, "usage: %s -f command\n", __progname);          (void)fprintf(stderr, "       %s -f command\n", __progname);
         (void)fprintf(stderr, "usage: %s -k keyword\n", __progname);          (void)fprintf(stderr, "       %s -k keyword\n", __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33