From dc6214fb3f60d952ff46ee401174d7d534daf482 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 25 Jun 2017 11:42:02 +0000 Subject: add support for the MT and ME mailto macros, used for example in wg(8); patch from bentley@ --- man.7 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'man.7') diff --git a/man.7 b/man.7 index 55cd88e8..1d292cb4 100644 --- a/man.7 +++ b/man.7 @@ -466,6 +466,20 @@ See also .Sx \&PP , and .Sx \&TP . +.Ss \&ME +End a mailto block. +This is a non-standard GNU extension, included only for compatibility. +See +.Sx \&MT . +.Ss \&MT +Begin a mailto block. +This is a non-standard GNU extension, included only for compatibility. +It has the following syntax: +.Bd -literal -offset indent +.Pf \. Sx \&MT Ar address +link description to be shown +.Pf \. Sx ME +.Ed .Ss \&OP Optional command-line argument. This is a non-standard GNU extension, included only for compatibility. -- cgit