[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] nmh man/slocal.man ChangeLog
From: |
Peter Maydell |
Subject: |
[Nmh-commits] nmh man/slocal.man ChangeLog |
Date: |
Fri, 12 Nov 2010 23:28:26 +0000 |
CVSROOT: /cvsroot/nmh
Module name: nmh
Changes by: Peter Maydell <pm215> 10/11/12 23:28:26
Modified files:
man : slocal.man
. : ChangeLog
Log message:
man/slocal.man: fix formatting error that meant a subsection heading
wasn't displayed as such. Followon cleanup: since the new heading is too
wide to fit in the margin, tidy the margin to 4 characters wide so we
are consistent with how all the headings are displayed.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/man/slocal.man?cvsroot=nmh&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/nmh/ChangeLog?cvsroot=nmh&r1=1.313&r2=1.314
Patches:
Index: man/slocal.man
===================================================================
RCS file: /cvsroot/nmh/nmh/man/slocal.man,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- man/slocal.man 16 Jan 2006 10:00:47 -0000 1.8
+++ man/slocal.man 12 Nov 2010 23:28:26 -0000 1.9
@@ -1,6 +1,6 @@
.\"
.\" %nmhwarning%
-.\" $Id: slocal.man,v 1.8 2006/01/16 10:00:47 opk Exp $
+.\" $Id: slocal.man,v 1.9 2010/11/12 23:28:26 pm215 Exp $
.\"
.TH SLOCAL %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
@@ -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
Index: ChangeLog
===================================================================
RCS file: /cvsroot/nmh/nmh/ChangeLog,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -b -r1.313 -r1.314
--- ChangeLog 10 Nov 2010 22:26:07 -0000 1.313
+++ ChangeLog 12 Nov 2010 23:28:26 -0000 1.314
@@ -1,3 +1,8 @@
+2010-11-12 Peter Maydell <address@hidden>
+
+ * man/slocal.man: fix formatting error that meant a
+ subsection heading wasn't displayed as such.
+
2010-11-10 Peter Maydell <address@hidden>
* configure.in: add a level of expansion for mandir
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] nmh man/slocal.man ChangeLog,
Peter Maydell <=