{
printf (_("\nReport %s bugs to <%s>.\n"), last_component (program_name),
PACKAGE_BUGREPORT);
- printf (_("%s home page: http://www.gnu.org/software/%s/\n"),
+ printf (_("%s home page: <http://www.gnu.org/software/%s/>.\n"),
PACKAGE_NAME, PACKAGE);
- printf (_("General help using GNU software: http://www.gnu.org/gethelp/\n"));
+ fputs (_("General help using GNU software: <http://www.gnu.org/gethelp/>.\n"),
+ stdout);
/* TRANSLATORS: Replace LANG_CODE in this URL with your language code
<http://translationproject.org/team/LANG_CODE.html> to form one of
the entire URL with your translation team's email address. */
if (hard_locale (LC_MESSAGES))
printf (_("Report %s translation bugs to "
- "<http://translationproject.org/team/>\n"),
+ "<http://translationproject.org/team/>.\n"),
last_component (program_name));
}