diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-11-12 08:21:05 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-11-12 08:21:05 +0000 |
commit | 627a4caec7519aa0479398c3e48bdd78999d2fc8 (patch) | |
tree | 09daefac911456b7ccab04fae0d27464db17e1b2 /out.h | |
parent | 8f5752d2fe1a20c227cf2afa8c9253a374b6d0b2 (diff) | |
download | mandoc-627a4caec7519aa0479398c3e48bdd78999d2fc8.tar.gz |
Fixed \c support for all input and output modes (documented in mandoc_char.7).
Diffstat (limited to 'out.h')
-rw-r--r-- | out.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ enum roffdeco { DECO_ROMAN, DECO_PREVIOUS, DECO_SIZE, + DECO_NOSPACE, DECO_MAX }; |