summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/options.cc4
-rw-r--r--src/output.cc2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/options.cc b/src/options.cc
index 81a44a6..9e4229e 100644
--- a/src/options.cc
+++ b/src/options.cc
@@ -1,5 +1,5 @@
/* Handles parsing the Options provided to the user.
- Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2009, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2009, 2011, 2016 Free Software Foundation, Inc.
Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
and Bruno Haible <bruno@clisp.org>.
@@ -266,7 +266,7 @@ Options::long_usage (FILE * stream)
" output to the standard error).\n");
fprintf (stream, "\n");
fprintf (stream,
- "Report bugs to <bug-gnu-gperf@gnu.org>.\n");
+ "Report bugs to <bug-gperf@gnu.org>.\n");
}
/* Prints the given options. */
diff --git a/src/output.cc b/src/output.cc
index abb9bb5..3174b8a 100644
--- a/src/output.cc
+++ b/src/output.cc
@@ -2123,7 +2123,7 @@ Output::output ()
" && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \\\n"
" && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))\n"
"/* The character set is not based on ISO-646. */\n");
- printf ("%s \"gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>.\"\n", option[KRC] || option[C] ? "error" : "#error");
+ printf ("%s \"gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>.\"\n", option[KRC] || option[C] ? "error" : "#error");
printf ("#endif\n\n");
}