[exim-cvs] Docs: wording fixes.

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Exim Git Commits Mailing List
日付:  
To: exim-cvs
題目: [exim-cvs] Docs: wording fixes.
Gitweb: https://git.exim.org/exim.git/commitdiff/5afd7bb856bf4841ae9cd24bb9cf7b47ff68897d
Commit:     5afd7bb856bf4841ae9cd24bb9cf7b47ff68897d
Parent:     8cd386d03cb8688c08e6feaab5ab6fbaf7a6d25f
Author:     u34 <u34@???>
AuthorDate: Tue Nov 24 21:53:48 2020 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Nov 24 21:54:55 2020 +0000


    Docs: wording fixes.
---
 doc/doc-docbook/spec.xfpt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 7e5b23e..857166f 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -27366,7 +27366,7 @@ conditions:
.ilist
The client host must match &%auth_advertise_hosts%& (default *).
.next
-It the &%server_advertise_condition%& option is set, its expansion must not
+If the &%server_advertise_condition%& option is set, its expansion must not
yield the empty string, &"0"&, &"no"&, or &"false"&.
.endlist

@@ -27474,7 +27474,7 @@ encode '\0user@???\0pas$$word'
.endd
gives an incorrect answer because of the unescaped &"@"& and &"$"& characters.

-If you have the &%mimencode%& command installed, another way to do produce
+If you have the &%mimencode%& command installed, another way to produce
base64-encoded strings is to run the command
.code
echo -e -n `\0user\0password' | mimencode