From 3349c72d72c8acc21ae7930af2eb590dbe4617a0 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 25 Jan 2011 10:37:49 +0000 Subject: If %B is specified, quote %T. Noted by schwarze@ in the TODO. --- mdoc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdoc.h') 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 */ }; /* -- cgit