]> granicus.if.org Git - neomutt/commitdiff
docs: fix man page generation
authorRichard Russon <rich@flatcap.org>
Thu, 5 Sep 2019 13:09:07 +0000 (14:09 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 5 Sep 2019 13:09:07 +0000 (14:09 +0100)
Several small mistakes were causing the man pages to be generated
incorrectly.

doc/neomutt.man
doc/neomuttrc.man.head
init.h

index b83e40cc149999faafc6a4cf560344759415b438..33cc66044653933f528f8ad4109be0bb975ff83c 100644 (file)
@@ -489,9 +489,9 @@ r c li .
 10|\(em|~/.muttrc
 .T&
 l s s .
-\0\h'0m'\fB*\fP) Note the case of the filename
+\0\fB*\fP) Note the case of the filename
 .TE
-\p
+.PP
 .ad
 .
 .SS "\s-1Other relevant files\s0"
index aca7bf75b6e9f774acd6e34b74fc59de9bec43ec..b8571181d84f4180a2e807696a61cdcd537c0120 100644 (file)
@@ -1108,22 +1108,22 @@ T{
 T}
 .T&
 l l s .
-\p
-\0\h'2m'\fB*\fP)|T{
+.PP
+\0\fB*\fP)|T{
 The message number ranges (introduced by \(lq\fB~m\fP\(rq) are even
 more general and powerful than the other types of ranges. Read on and see
 section \(lq\fBMessage Ranges\fP\(rq in manual.
 T}
-\0\h'2m'\fB**\fP)|T{
+\0\fB**\fP)|T{
 The forms \(lq<\fIMAX\fP\(rq, \(lq>\fIMIN\fP\(rq, \(lq\fIMIN\fP-\(rq and
 \(lq-\fIMAX\fP\(rq are allowed, too.
 T}
-\0\h'2m'\fB***\fP)|T{
+\0\fB***\fP)|T{
 The suffixes \(lqK\(rq and \(lqM\(rq are allowed to specify
 kilobyte and megabyte respectively.
 T}
 .TE
-\p
+.PP
 .ad
 .
 .PP
@@ -1293,7 +1293,7 @@ identical plus and minus error margins.
 .\"\0m|Months
 .\"\0y|Years
 .\".TE
-.\"\p
+.\".PP
 .\".
 .TS
 allbox center tab(|);
@@ -1302,7 +1302,7 @@ lb l l l l .
 \0Date Unit|S|M|H|d|w|m|y
 \0Description|Seconds|Minutes|Hours|Days|Weeks|Months|Years
 .TE
-\p
+.PP
 .
 .PP
 \fBExample\fP: To select any messages two weeks around January 15, 2001, you'd
diff --git a/init.h b/init.h
index 253771c2006f2dc0ca8c5fd12457758fe1105a4a..bd5c40b05fb6f790f7617e73c66a2d7d08c93400 100644 (file)
--- a/init.h
+++ b/init.h
@@ -335,8 +335,8 @@ struct ConfigDef MuttVars[] = {
   { "attach_save_without_prompting", DT_BOOL, &C_AttachSaveWithoutPrompting, false },
   /*
   ** .pp
-  ** This variable, when set to true, will cause attachments to be saved to the
-  ** 'attach_save_dir' location without prompting the user for the filename.
+  ** This variable, when set to true, will cause attachments to be saved to
+  ** the 'attach_save_dir' location without prompting the user for the filename.
   ** .pp
   */
   { "attach_sep", DT_STRING, &C_AttachSep, IP "\n" },