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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/man/man.c between version 1.25 and 1.26

version 1.25, 2000/06/12 14:53:48 version 1.26, 2001/02/19 23:03:49
Line 786  cleanup()
Line 786  cleanup()
 static void  static void
 usage()  usage()
 {  {
         extern char *__progname;  
         (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 srch] [[-s] section] title ...\n", __progname);              "[-S srch] [[-s] section] title ...\n", getprogname());
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb <webmaster@jp.NetBSD.org>