[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.27 and 1.28

version 1.27, 2003/12/16 18:58:46 version 1.28, 2004/02/23 14:14:14
Line 792 
Line 792 
 usage(void)  usage(void)
 {  {
         (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 section] [-S subsection] [section] title ...\n", __progname);              "[-S subsection] [-s section]\n\t   [section] name [...]\n",
         (void)fprintf(stderr, "usage: %s -k keyword\n", __progname);              __progname);
         (void)fprintf(stderr, "usage: %s -f command\n", __progname);          (void)fprintf(stderr, "usage: %s -f command\n", __progname);
           (void)fprintf(stderr, "usage: %s -k keyword\n", __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28