Note that node Names are case sensitive.

This commit is contained in:
Guus Sliepen 2013-01-14 12:56:54 +01:00
parent 2c7ecdcd0c
commit bb228e2f05
2 changed files with 2 additions and 2 deletions

View file

@ -1098,7 +1098,7 @@ This only has effect when Mode is set to "switch".
@cindex Name
@item Name = <@var{name}> [required]
This is a symbolic name for this connection.
The name should consist only of alfanumeric and underscore characters (a-z, A-Z, 0-9 and _).
The name should consist only of alfanumeric and underscore characters (a-z, A-Z, 0-9 and _), and is case sensitive.
If Name starts with a $, then the contents of the environment variable that follows will be used.
In that case, invalid characters will be converted to underscores.