diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-18 23:59:08 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-18 23:59:08 +0000 |
commit | e685d00aebe92d15022994ddc4ae0fc90fe64bee (patch) | |
tree | 34860742f1e364c03505ae25ebb3c64ba686bf19 /TODO | |
parent | 38cdc984f9af7ed09d36692dd15dbfa08eaff534 (diff) | |
download | mandoc-e685d00aebe92d15022994ddc4ae0fc90fe64bee.tar.gz |
Make any un-recognised font be considered a call for the Roman font.
This makes sequences of \f[unknown] \fP not completely puke. From a
TODO by schwarze@.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -56,11 +56,6 @@ - \c (interrupted text) occurs in chat(8) -- \f(CW (constant width font) occurs in rsyncd.conf(5). - I think we should treat unknown/unavailable fonts as \fR - such that switching back with \fP works correctly - - and doesn't revert the _previous_ \fP. - --- missing mdoc features ---------------------------------------------- - fix bad block nesting involving multiple identical explicit blocks |