X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=doc%2Ftinc.texi;h=70045df001df194577d9f143b5c97a1bd54a3145;hb=bb228e2f058c1274dca29ba255714e6fa2be494f;hp=f0b4dd482ea5f10bf7a9699f617b6a4c041f88c2;hpb=b300f99dfbda5fc57a5366cdcb2a347e38723417;p=tinc diff --git a/doc/tinc.texi b/doc/tinc.texi index f0b4dd48..70045df0 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -1098,12 +1098,12 @@ 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. If Name is $HOST, but no such environment variable exist, -the hostname will be read using the gethostnname() system call. +the hostname will be read using the gethostname() system call. @cindex PingInterval @item PingInterval = <@var{seconds}> (60)