[exim-cvs] Typo in docs, add missing word

Pàgina inicial
Delete this message
Reply to this message
Autor: Exim Git Commits Mailing List
Data:  
A: exim-cvs
Assumpte: [exim-cvs] Typo in docs, add missing word
Gitweb: http://git.exim.org/exim.git/commitdiff/f182293e3a29c4433816803268350f6c2797a3e0
Commit:     f182293e3a29c4433816803268350f6c2797a3e0
Parent:     7e7273e02d48a7a59c2df7fe2261a0a8e56aa1e6
Author:     Todd Lyons <tlyons@???>
AuthorDate: Thu Jul 3 10:29:50 2014 -0700
Committer:  Todd Lyons <tlyons@???>
CommitDate: Thu Jul 3 10:29:50 2014 -0700


    Typo in docs, add missing word
---
 doc/doc-docbook/spec.xfpt |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 795d3a1..09ce798 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -9610,9 +9610,10 @@ simply be omitted when the program is actually executed by Exim. If the
script/program requires a specific number of arguments and the expanded
variable could possibly result in this empty expansion, the variable must be
quoted. This is more difficult if the expanded variable itself could result
-in a string containing quotes, because it would with the quotes around the
-command arguments. A possible guard against this is to wrap the variable in
-the &%sg%& operator to change any quote marks to some other character.
+in a string containing quotes, because it would interfere with the quotes
+around the command arguments. A possible guard against this is to wrap the
+variable in the &%sg%& operator to change any quote marks to some other
+character.
.wen

The standard input for the command exists, but is empty. The standard output