CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/01/21 13:20:49
Modified files:
share/man/man7 : roff.7
usr.bin/mandoc : html.c mandoc.c mandoc.h term.c
regress/usr.bin/mandoc/roff/esc: Makefile
Added files:
regress/usr.bin/mandoc/roff/esc: o.in o.out_ascii
Log message:
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).