diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-04 22:44:15 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-04 22:44:15 +0000 |
commit | 57a85465cebb415008468ba9f16a7668e9119051 (patch) | |
tree | d342974ea656a6dfa44886c5469b783de62b7078 /roff.7 | |
parent | 68a2cb887c993621fe7b72e21517d6a260376003 (diff) | |
download | mandoc-57a85465cebb415008468ba9f16a7668e9119051.tar.gz |
Implement the roff(7) .mc (right margin character) request.
The Tcl/Tk manual pages use this extensively.
Delete the TERM_MAXMARGIN hack, it breaks .mc inside .nf;
instead, implement a proper TERMP_BRNEVER flag.
Diffstat (limited to 'roff.7')
-rw-r--r-- | roff.7 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1296,7 +1296,9 @@ Set title line length. Currently ignored. .It Ic \&mc Ar glyph Op Ar dist Print margin character in the right margin. -Currently ignored. +The +.Ar dist +is currently ignored; instead, 1n is used. .It Ic \&mediasize Ar media Set the device media size. This is a Heirloom extension and currently ignored. |