X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=doc%2Ftinc.texi;fp=doc%2Ftinc.texi;h=44891cd7501a4687f324cd405ea36e398689a668;hp=2edf427191e63e1eb65b66b71476de2e0fb9eabd;hb=48fb63f9c2bc0b838c1f3684cfc230c143bef11f;hpb=6f14c9f83cab300be25401fd3bf3727100487b21 diff --git a/doc/tinc.texi b/doc/tinc.texi index 2edf427..44891cd 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -1014,12 +1014,12 @@ while no routing table is managed. @cindex Name @item Name = <@var{name}> [required] This is a symbolic name for this connection. -The name should consist only of alphanumeric and underscore characters (a-z, A-Z, 0-9 and _). +The name must consist only of alphanumeric and underscore characters (a-z, A-Z, 0-9 and _). 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)