changeset 4605:c9a4a6444f3a

Tweak comments.
author Bruno Haible <bruno@clisp.org>
date Fri, 22 Aug 2003 13:56:32 +0000
parents 50288dc4b2a5
children d2521a411c4b
files lib/progname.h
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lib/progname.h
+++ b/lib/progname.h
@@ -21,12 +21,8 @@
 
 #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.  */