aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mchars_alloc.3
Commit message (Collapse)AuthorAgeFilesLines
* In -Tascii mode, provide approximations even for some Unicode escapeIngo Schwarze2014-10-261-2/+13
| | | | | | | | sequences above codepoint 512 by doing a reverse lookup in the existing mandoc_char(7) character table. Again, groff isn't smart enough to do this and silently discards such escape sequences without printing anything.
* Sync library documentation with reality.Ingo Schwarze2014-08-051-0/+224
Split mandoc_escape(3), mandoc_malloc(3), and mchars_alloc(3) out of mandoc(3), adding lots of new information.