summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-25 10:37:49 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-25 10:37:49 +0000
commit3349c72d72c8acc21ae7930af2eb590dbe4617a0 (patch)
treeeaafa03a110d0f89290807f36acce68a9d4d944c /mdoc.h
parentef0c12c03523dc1118e1aedf95ea477327b2c1cd (diff)
downloadmandoc-3349c72d72c8acc21ae7930af2eb590dbe4617a0.tar.gz
If %B is specified, quote %T. Noted by schwarze@ in the TODO.
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc.h b/mdoc.h
index c54fe605..c81b8454 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -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 */
};
/*