summaryrefslogtreecommitdiffstats
path: root/man.7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-25 11:42:02 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-25 11:42:02 +0000
commitdc6214fb3f60d952ff46ee401174d7d534daf482 (patch)
tree47b5526c4b19564e530c2283b6ff5deb173c3633 /man.7
parent223d9e7a98a0a195709f8d69eb038ebc98598fe3 (diff)
downloadmandoc-dc6214fb3f60d952ff46ee401174d7d534daf482.tar.gz
add support for the MT and ME mailto macros, used for example in wg(8);
patch from bentley@
Diffstat (limited to 'man.7')
-rw-r--r--man.714
1 files changed, 14 insertions, 0 deletions
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.