[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.35 and 1.36

version 1.35, 2007/08/06 19:16:06 version 1.36, 2008/01/04 22:37:54
Line 792 
Line 792 
         (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, "       %s -f command\n", __progname);          (void)fprintf(stderr, "       %s -f command ...\n", __progname);
         (void)fprintf(stderr, "       %s -k keyword\n", __progname);          (void)fprintf(stderr, "       %s -k keyword ...\n", __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36