X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=doc%2Ftinc.texi;h=4a5270bc8864b475293e55d60d596ff62d0d5b9c;hb=5b88f5ba74fa9aa2cad82576308847e08cea88b1;hp=6301388bf66579bb0aaf1961dcc1084302150145;hpb=2c7ecdcd0c50d4d3da6ff0b8fc2ea39573338d7f;p=tinc diff --git a/doc/tinc.texi b/doc/tinc.texi index 6301388b..4a5270bc 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -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. @@ -2194,7 +2194,7 @@ Export the host configuration file of the local node to standard output. Export all host configuration files to standard output. @item import [--force] -Import host configuration file(s) from standard input. +Import host configuration file(s) generated by the tincctl export command from standard input. Already existing host configuration files are not overwritten unless the option --force is used. @item start [tincd options]