Tweak comments.
authorBruno Haible <bruno@clisp.org>
Fri, 22 Aug 2003 13:56:32 +0000 (13:56 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 22 Aug 2003 13:56:32 +0000 (13:56 +0000)
lib/progname.h

index 8b0eeda..89f0127 100644 (file)
 
 #include <stdbool.h>
 
-/* This file supports selectively prefixing or nor prefixing error messages
-   with the program name.
-
-   Programs using this file should do the following in main():
+/* Programs using this file should do the following in main():
      set_program_name (argv[0]);
-     error_print_progname = maybe_print_progname;
  */
 
 /* String containing name the program is called with.  */