diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-21 09:42:07 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-21 09:42:07 +0000 |
commit | 8866a607904f2aacd85e5a2c542dbffae0d54277 (patch) | |
tree | 27858d692c4a87617da7aa73b6b44f54eec6190c /term.c | |
parent | e35bdc2019b8d686a0791cb670cd8b3ddafc6841 (diff) | |
download | mandoc-8866a607904f2aacd85e5a2c542dbffae0d54277.tar.gz |
Added %Q macro.
Diffstat (limited to 'term.c')
-rw-r--r-- | term.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -300,6 +300,7 @@ const struct termact __termacts[MDOC_MAX] = { { NULL, NULL }, /* Es */ { NULL, NULL }, /* En */ { termp_dx_pre, NULL }, /* Dx */ + { NULL, NULL }, /* %Q */ }; const struct termact *termacts = __termacts; |