nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] [patch] slocal.man


From: Peter Maydell
Subject: Re: [Nmh-workers] [patch] slocal.man
Date: Wed, 10 Nov 2010 22:51:39 +0000

markus schnalke wrote:
>slocal.man misses a .TP line which the patch adds.

True. However the 'new' heading is longer than the rest,
so it doesn't fit in the margin (which is carefully defined
to be just big enough by the funny \w'....'u argument to
.TP). So we can either make the margin bigger (which looks
a bit silly) or give up on the idea of having all the
headings fit in the same line as the first paragraph
of the text, at which point we might as well make the margin
be 4 characters to line up with the text in the 'result:'
section below.

Unless anybody wants to narg about manpage formatting
I'm going to commit the following patch.

-- PMM

Index: man/slocal.man
===================================================================
RCS file: /cvsroot/nmh/nmh/man/slocal.man,v
retrieving revision 1.8
diff -u -r1.8 slocal.man
--- man/slocal.man      16 Jan 2006 10:00:47 -0000      1.8
+++ man/slocal.man      10 Nov 2010 22:48:33 -0000
@@ -191,9 +191,10 @@
 The action to take to deliver the message.  When a message is delivered,
 a \*(lqDelivery\-Date:\ date\*(rq header is added which indicates the date
 and time that message was delivered.
-.TP \w'qpipezorztzzz'u
+.TP 4
 .I destroy
 This action always succeeds.
+.TP 4
 .IR file ", " mbox ", or " >
 Append the message to the file named by
 .IR string .
@@ -201,12 +202,12 @@
 appended to the file in mbox (uucp) format.  This is the format used by most
 other mail clients (such as mailx, elm).  If the message can be appended to
 the file, then this action succeeds.
-.TP \w'qpipezorztzzz'u
+.TP 4
 .I mmdf
 Identical to
 .IR file ,
 but always appends the message using the MMDF mailbox format.
-.TP \w'qpipezorztzzz'u
+.TP 4
 .IR pipe " or " |
 Pipe the message as the standard input to the command named by
 .IR string ,
@@ -215,7 +216,7 @@
 to interpret the string.
 Prior to giving the string to the shell, it is expanded with the following
 built-in variables:
-.RS \w'qpipezorztzzz'u
+.RS
 .TP \w'zzreplyztozaaa'u
 $(sender)
 the out-of-band sender information
@@ -232,8 +233,7 @@
 $(info)
 the out-of-band information specified
 .RE
-.PP
-.TP \w'qpipezorztzzz'u
+.TP 4
 .IR qpipe " or " ^
 Similar to
 .IR pipe ,
@@ -241,7 +241,7 @@
 directly, after built-in variable expansion, without assistance from
 the shell.  This action can be used to avoid quoting special characters
 which your shell might interpret.
-.TP \w'qpipezorztzzz'u
+.TP 4
 .IR folder " or " +
 Store the message in the
 .B nmh




reply via email to

[Prev in Thread] Current Thread [Next in Thread]