Put URIs and e-mail addresses in <angle brackets>

Also end URIs with '/' where appropriate.

Refrain from touching scripts/ and Stephen Crane's LWP authorship
note.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2013-05-25 17:01:05 +02:00
parent 50f081176a
commit bb8169ba3a
9 changed files with 78 additions and 78 deletions

View file

@ -229,10 +229,10 @@ vers(void)
show_opts(0);
pr("\n\nSee \"info Options\" for a detailed list of options and descriptions.\n");
show_custom();
pr("\nThe person to annoy if something goes wrong is:\n\t%s\n\t(%s).\n",
pr("\nThe person to annoy if something goes wrong is:\n\t%s <%s>.\n",
privname, privlog);
pr("\nYou can get your own copy of the source from "
"http://www.wolfpackempire.com/\n\n");
"<http://www.wolfpackempire.com/>.\n\n");
pr("%s", legal);
return RET_OK;
}