X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=doc%2Ftinc.texi;h=53346b8fc02e218f9c3ca5ea3298404c0f150152;hb=95e1cc36d320b47408ac3ec6f89df54e55a010d4;hp=15704a1fba303ce397d20831df107aa16174ba72;hpb=8c953b1bfef3c6ebee7c537c2c2f144807d0311a;p=tinc diff --git a/doc/tinc.texi b/doc/tinc.texi index 15704a1f..53346b8f 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -1580,10 +1580,10 @@ This will let tinc read all configuration files from Specifying . for @var{netname} is the same as not specifying any @var{netname}. @xref{Multiple networks}. -@item --controlcookie=@var{filename} +@item --pidfile=@var{filename} Store a cookie in @var{filename} which allows tincctl to authenticate. If unspecified, the default is -@file{@value{localstatedir}/run/tinc.@var{netname}.cookie}. +@file{@value{localstatedir}/run/tinc.@var{netname}.pid}. @item -L, --mlock Lock tinc into main memory. @@ -1872,10 +1872,10 @@ Read configuration options from the directory @var{path}. The default is @item -n, --net=@var{netname} Use configuration for net @var{netname}. @xref{Multiple networks}. -@item --controlcookie=@var{filename} +@item --pidfile=@var{filename} Use the cookie from @var{filename} to authenticate with a running tinc daemon. If unspecified, the default is -@file{@value{localstatedir}/run/tinc.@var{netname}.cookie}. +@file{@value{localstatedir}/run/tinc.@var{netname}.pid}. @item --help Display a short reminder of runtime options and commands, then terminate.