From: Sami Kerola Date: Wed, 30 May 2012 17:49:37 +0000 (+0200) Subject: docs: fix email macro in manual example X-Git-Tag: v2.22-rc1~329^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a69abf0de6a343c1af710df57c28090bf66fb24;p=thirdparty%2Futil-linux.git docs: fix email macro in manual example URL macro is not email address macro. Signed-off-by: Sami Kerola --- diff --git a/Documentation/howto-man-page.txt b/Documentation/howto-man-page.txt index c21796265a..5ca4af03d9 100644 --- a/Documentation/howto-man-page.txt +++ b/Documentation/howto-man-page.txt @@ -143,13 +143,13 @@ etc .PD .RE .SH AUTHORS -.UR rjh@\:example.org +.MT rjh@\:example.org Random J. Hacker -.UE +.ME .br -.UR fred@\:example.com +.MT fred@\:example.com Fred Foobar -.UE +.ME .SH "SEE ALSO" .BR groff_man (7), .BR foo (1),