From ee7edecc034e48b6c98a73f12ec6183a1deb9a40 Mon Sep 17 00:00:00 2001 From: David Levine Date: Tue, 6 Mar 2012 19:08:21 -0600 Subject: [PATCH] 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. --- 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(-) 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 -- 1.7.10.4