diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-07-15 12:51:42 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-07-15 14:14:36 +0100 |
commit | b436dd41913533c013e88c513e2ceab89c86f120 (patch) | |
tree | 901b34b08e5bb80df2e4d2d43987f8326e279658 /doc | |
parent | e41242f9612adaedadd5f3607b202f32ca086b4f (diff) |
Router variables: change list-separator to semicolon
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 37ada7514..dd0439644 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -19011,13 +19011,12 @@ matters. .cindex router variables This option may be used multiple times on a router; because of this the list aspect is mostly irrelevant. -The list separator is a colon but can be changed in the +The list separator is a semicolon but can be changed in the usual way. Each list-element given must be of the form $"name = value"$ and the names used must start with the string &"r_"&. -Values containing colons should either have them doubled, or -the entire list should be prefixed with a list-separator change. +Values containing a list-separator should have them doubled. When a router runs, the strings are evaluated in order, to create variables which are added to the set associated with the address. |