From 98b168ead98323e2be8fd452b1216ea8fd88f43d Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Tue, 28 Aug 2007 11:33:52 -0700 Subject: [PATCH] Insert .pp after .de to fix man page generation (closes #2940) --- init.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.h b/init.h index 85890b9a..a3d4c787 100644 --- a/init.h +++ b/init.h @@ -227,6 +227,7 @@ struct option_t MuttVars[] = { ** .dt %|X .dd pad to the end of the line with character "X" ** .dt %*X .dd soft-fill with character "X" as pad ** .de + ** .pp ** For an explanation of `soft-fill', see the ``$$index_format'' documentation. */ { "attach_sep", DT_STR, R_NONE, UL &AttachSep, UL "\n" }, @@ -618,6 +619,7 @@ struct option_t MuttVars[] = { ** .dt %|X .dd pad to the end of the line with character "X" ** .dt %*X .dd soft-fill with character "X" as pad ** .de + ** .pp ** For an explanation of `soft-fill', see the ``$$index_format'' documentation. */ { "followup_to", DT_BOOL, R_NONE, OPTFOLLOWUPTO, 1 }, @@ -1042,6 +1044,7 @@ struct option_t MuttVars[] = { ** .dt %|X .dd pad to the end of the line with character "X" ** .dt %*X .dd soft-fill with character "X" as pad ** .de + ** .pp ** `Soft-fill' deserves some explanation. Normal right-justification ** will print everything to the left of the %>, displaying padding and ** the whatever lies to the right only if there's room. By contrast, @@ -2753,6 +2756,7 @@ struct option_t MuttVars[] = { ** .dt %|X .dd pad to the end of the line with "X" ** .dt %*X .dd soft-fill with character "X" as pad ** .de + ** .pp ** For an explanation of `soft-fill', see the ``$$index_format'' documentation. ** .pp ** * = can be optionally printed if nonzero -- 2.40.0