summaryrefslogtreecommitdiffstats
path: root/roff.c
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 /roff.c
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 'roff.c')
-rw-r--r--roff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roff.c b/roff.c
index 7e773d22..c2b79034 100644
--- a/roff.c
+++ b/roff.c
@@ -330,7 +330,7 @@ const char *__roff_name[MAN_MAX + 1] = {
"RE", "RS", "DT", "UC",
"PD", "AT", "in",
"OP", "EX", "EE", "UR",
- "UE", NULL
+ "UE", "MT", "ME", NULL
};
const char *const *roff_name = __roff_name;