summaryrefslogtreecommitdiff
path: root/lib/progname.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-08-22 13:56:32 +0000
committerBruno Haible <bruno@clisp.org>2003-08-22 13:56:32 +0000
commitc04bc106f2977f098ccc8a29da37af55c2d098ad (patch)
tree03a448408875738255fbc67df2df7163cb965c2e /lib/progname.h
parent3a3608d505f99cdf323ae6e31c36d75b3bcf0f1d (diff)
downloadgnulib-c04bc106f2977f098ccc8a29da37af55c2d098ad.tar.gz
Tweak comments.
Diffstat (limited to 'lib/progname.h')
-rw-r--r--lib/progname.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/progname.h b/lib/progname.h
index 8b0eeda86f..89f0127c78 100644
--- 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. */