diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-25 10:37:49 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-25 10:37:49 +0000 |
commit | 3349c72d72c8acc21ae7930af2eb590dbe4617a0 (patch) | |
tree | eaafa03a110d0f89290807f36acce68a9d4d944c /mdoc.h | |
parent | ef0c12c03523dc1118e1aedf95ea477327b2c1cd (diff) | |
download | mandoc-3349c72d72c8acc21ae7930af2eb590dbe4617a0.tar.gz |
If %B is specified, quote %T. Noted by schwarze@ in the TODO.
Diffstat (limited to 'mdoc.h')
-rw-r--r-- | mdoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -355,7 +355,7 @@ struct mdoc_an { }; struct mdoc_rs { - struct mdoc_node *child_J; /* pointer to %J */ + int quote_T; /* whether to quote %T */ }; /* |