diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-04-02 12:11:11 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-04-02 14:18:24 +0100 |
commit | f779a7442b3269dd65f5cebe5fe3815a1d61771b (patch) | |
tree | 830de1c60792de94e347ce9e492f849afffd1281 /doc | |
parent | bc930247e5a0db90987f627eeee0d139fd2afd58 (diff) |
Docs: clarify list-separator requirements
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 7372dd3fe..d971bbf60 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" |