diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-21 20:33:25 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-21 20:33:25 +0000 |
commit | 1f42b16d7620434847b937d82a463bd7cbe63255 (patch) | |
tree | 4ee3ab1a6a2c6f5ee76f69a33d0b12a1aae40bf8 /roff.7 | |
parent | 28c98469ed60b736b7c70dc094a9d94197a1568f (diff) | |
download | mandoc-1f42b16d7620434847b937d82a463bd7cbe63255.tar.gz |
Rudimentary implementation of the roff(7) \o escape sequence (overstrike).
This is of some relevance because the pod2man(1) preamble abuses it
for the icelandic letter Thorn, instead of simply using \(TP and \(Tp.
Missing feature found by sthen@ in DateTime::Locale::is_IS(3p).
Diffstat (limited to 'roff.7')
-rw-r--r-- | roff.7 | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1948,10 +1948,11 @@ For short names, there are variants and .No \en( Ns Ar cc . .Ss \eo\(aq Ns Ar string Ns \(aq -Overstrike -.Ar string ; -ignored by -.Xr mandoc 1 . +Overstrike, that is, write all the characters contained in the +.Ar string +to the same output position. +In terminal and HTML output modes, +only the last one of the characters is visible. .Ss \eR\(aq Ns Ar name Oo +|- Oc Ns Ar number Ns \(aq Set number register; ignored by .Xr mandoc 1 . |