diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-25 11:42:02 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-25 11:42:02 +0000 |
commit | dc6214fb3f60d952ff46ee401174d7d534daf482 (patch) | |
tree | 47b5526c4b19564e530c2283b6ff5deb173c3633 /mandoc.1 | |
parent | 223d9e7a98a0a195709f8d69eb038ebc98598fe3 (diff) | |
download | mandoc-dc6214fb3f60d952ff46ee401174d7d534daf482.tar.gz |
add support for the MT and ME mailto macros, used for example in wg(8);
patch from bentley@
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1278,6 +1278,7 @@ A .Ic \&Bl , .Ic \&D1 , .Ic \&Dl , +.Ic \&MT , .Ic \&RS , or .Ic \&UR @@ -1413,6 +1414,8 @@ An empty pair of square brackets is shown. .It Sy "missing resource identifier, using \(dq\(dq" .Pq man The +.Ic \&MT +or .Ic \&UR macro is invoked without any argument. An empty pair of angle brackets is shown. @@ -1765,7 +1768,7 @@ An .Xr mdoc 7 block closing macro, a .Xr man 7 -.Ic \&RE +.Ic \&ME , \&RE or .Ic \&UE macro, an @@ -1799,7 +1802,7 @@ At the end of the document, an explicit block, a .Xr man 7 next-line scope or -.Ic \&RS +.Ic \&MT , \&RS or .Ic \&UR block, an equation, table, or @@ -1971,6 +1974,7 @@ A macro or request is invoked with too many arguments: .Bl -dash -offset 2n -width 2n -compact .It .Ic \&Fo , +.Ic \&MT , .Ic \&PD , .Ic \&RS , .Ic \&UR , |