aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit026fcc9f0bcdb3ef7c2a64feae925b2fcd9c6d16 (patch)
treed2243bcfe6b378bef4c207deba18d4029cb3eb4a /mdoc.h
parent6562230bbf1d7779c2751e91aea8485b983ab84e (diff)
downloadmandoc-026fcc9f0bcdb3ef7c2a64feae925b2fcd9c6d16.tar.gz
mandoc-026fcc9f0bcdb3ef7c2a64feae925b2fcd9c6d16.tar.zst
mandoc-026fcc9f0bcdb3ef7c2a64feae925b2fcd9c6d16.zip
If %B is specified, quote %T. Noted by schwarze@ in the TODO.
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc.h b/mdoc.h
index 9c22c336..746639dc 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.114 2011/01/01 12:18:37 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.115 2011/01/25 10:37:49 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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 */
};
/*