version-etc: match standards.texi style
authorEric Blake <ebb9@byu.net>
Mon, 9 Nov 2009 22:18:13 +0000 (15:18 -0700)
committerEric Blake <ebb9@byu.net>
Fri, 13 Nov 2009 02:41:28 +0000 (19:41 -0700)
commit9faf3d43bdbdab2aa0df10f3470208f260d51dcd
treea9a914391a48ed46159c0237031b8e21e3fd8249
parentac67780e88411e8fcb94cda0a9e0a9abab6f8369
version-etc: match standards.texi style

This assumes that PACKAGE_BUGREPORTS and PACKAGE_PACKAGER_BUG_REPORTS
are generally email addresses, not URLs.

Coreutils switched to a similar style on 2009-02-01, with no complaints
(the difference is that coreutils inserts the program name, derived
from argv[0], into the bug reporting line).  Around that time,
standards.texi was also updated to mention this style.

* lib/version-etc.c (emit_bug_reporting_address): Drop periods,
and use <> only for URLs.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/version-etc.c