aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-25 23:25:53 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-25 23:25:53 +0000
commitc9e80a007b446796d182d2e716659df296725f5a (patch)
tree6a2b05142154f0326df913e6b3b8ca548e1d9eba /mdoc.h
parent97ea338f64152142a27642d6ee10c3a0ae63be1e (diff)
downloadmandoc-c9e80a007b446796d182d2e716659df296725f5a.tar.gz
mandoc-c9e80a007b446796d182d2e716659df296725f5a.tar.zst
mandoc-c9e80a007b446796d182d2e716659df296725f5a.zip
Implement schwarze@'s much more elegant version of my %T/%J fix.
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 36e40d19..63dd9ac5 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.111 2010/12/25 13:50:37 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.112 2010/12/25 23:25:53 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -354,7 +354,7 @@ struct mdoc_an {
};
struct mdoc_rs {
- int titlejournal; /* whether %T and %J */
+ struct mdoc_node *child_J; /* pointer to %J */
};
/*