nmh-commits
[Top][All Lists]
Advanced

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

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. ee7edecc034e48b6c98a73f12ec6183a1deb9a40
Date: Wed, 07 Mar 2012 01:10:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  ee7edecc034e48b6c98a73f12ec6183a1deb9a40 (commit)
      from  c3cf229baf2020da002739bfb662c2c37cc61ab7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=ee7edecc034e48b6c98a73f12ec6183a1deb9a40


commit ee7edecc034e48b6c98a73f12ec6183a1deb9a40
Author: David Levine <address@hidden>
Date:   Tue Mar 6 19:08:21 2012 -0600

    Some of the man pages had mentioned that arguments should be
    double-quoted to protect them from the shell.  Removed "double-"
    because single quoting is fine, too.

diff --git a/man/ap.man b/man/ap.man
index c77b39e..0363639 100644
--- a/man/ap.man
+++ b/man/ap.man
@@ -32,7 +32,7 @@ The
 .B ap
 program treats each argument as one or more addresses, and
 prints those addresses out in the official 822\-format.  Hence, it is
-usually best to enclose each argument in double\-quotes for the shell.
+usually best to enclose each argument in quotes for the shell.
 .PP
 To override the output format used by
 .BR ap ,
@@ -111,4 +111,4 @@ switch must be interpreted as a single token
 by the shell that invokes
 .BR ap .
 Therefore,
-one must usually place the argument to this switch inside double\-quotes.
+one must usually place the argument to this switch inside quotes.
diff --git a/man/dp.man b/man/dp.man
index 363f44a..6eeae12 100644
--- a/man/dp.man
+++ b/man/dp.man
@@ -33,7 +33,7 @@ The
 .B dp
 program treats each argument as a single date,
 and prints the date out in the official 822\-format.
-Hence, it is usually best to enclose each argument in double\-quotes for the
+Hence, it is usually best to enclose each argument in quotes for the
 shell.
 .PP
 To override the output format used by
@@ -91,4 +91,4 @@ The argument to the
 .B \-format
 switch must be interpreted as a single token by the shell that invokes
 .BR dp .
-Therefore, one must usually place the argument to this switch inside 
double\-quotes.
+Therefore, one must usually place the argument to this switch inside quotes.
diff --git a/man/inc.man b/man/inc.man
index b9c34f9..35a1480 100644
--- a/man/inc.man
+++ b/man/inc.man
@@ -337,4 +337,4 @@ switch must be interpreted as a single
 token by the shell that invokes
 .BR inc .
 Therefore, one must usually place the argument to this switch inside
-double\-quotes.
+quotes.
diff --git a/man/pick.man b/man/pick.man
index 1a1b0ff..3346225 100644
--- a/man/pick.man
+++ b/man/pick.man
@@ -373,7 +373,7 @@ switches must be interpreted
 as a single token by the shell that invokes
 .BR pick .
 Therefore, one
-must usually place the argument to this switch inside double\-quotes.
+must usually place the argument to this switch inside quotes.
 Furthermore, any occurrence of
 .B \-datefield
 must occur prior to the
diff --git a/man/scan.man b/man/scan.man
index fb72ac3..d9d5271 100644
--- a/man/scan.man
+++ b/man/scan.man
@@ -245,7 +245,7 @@ switch must be interpreted as a single
 token by the shell that invokes
 .BR scan .
 Therefore, one must usually
-place the argument to this switch inside double\-quotes.
+place the argument to this switch inside quotes.
 .PP
 The value of each
 .I component
diff --git a/man/whatnow.man b/man/whatnow.man
index 4fca2cd..749e548 100644
--- a/man/whatnow.man
+++ b/man/whatnow.man
@@ -242,7 +242,7 @@ switch must be interpreted as a single
 token by the shell that invokes
 .BR whatnow .
 Therefore, one must
-usually place the argument to this switch inside double\-quotes.
+usually place the argument to this switch inside quotes.
 .PP
 If the initial edit fails,
 .B whatnow

-----------------------------------------------------------------------

Summary of changes:
 man/ap.man      |    4 ++--
 man/dp.man      |    4 ++--
 man/inc.man     |    2 +-
 man/pick.man    |    2 +-
 man/scan.man    |    2 +-
 man/whatnow.man |    2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

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