Gitweb:
https://git.exim.org/exim.git/commitdiff/f779a7442b3269dd65f5cebe5fe3815a1d61771b
Commit: f779a7442b3269dd65f5cebe5fe3815a1d61771b
Parent: bc930247e5a0db90987f627eeee0d139fd2afd58
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Fri Apr 2 12:11:11 2021 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Fri Apr 2 14:18:24 2021 +0100
Docs: clarify list-separator requirements
---
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 7372dd3..d971bbf 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -5489,8 +5489,8 @@ local_interfaces = 127.0.0.1 : ::::1
contains two IP addresses, the IPv4 address 127.0.0.1 and the IPv6 address ::1.
&*Note*&: Although leading and trailing white space is ignored in individual
-list items, it is not ignored when parsing the list. The space after the first
-colon in the example above is necessary. If it were not there, the list would
+list items, it is not ignored when parsing the list. The spaces around the first
+colon in the example above are necessary. If they were not there, the list would
be interpreted as the two items 127.0.0.1:: and 1.
.section "Changing list separators" "SECTlistsepchange"