X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=doc%2Ftinc.8.in;fp=doc%2Ftincctl.8.in;h=fba373e4dc29cbf1f1c1c886fbcf5e466d7dab74;hb=23a634becf09ac84c71250474fcb96e23b0ebdf1;hp=335b3e1b5df15fc4868db121d434d3db3a203048;hpb=3793cf10da488b9f4f7a1ac71f60bc270bdf31c6;p=tinc diff --git a/doc/tincctl.8.in b/doc/tinc.8.in similarity index 95% rename from doc/tincctl.8.in rename to doc/tinc.8.in index 335b3e1b..fba373e4 100644 --- a/doc/tincctl.8.in +++ b/doc/tinc.8.in @@ -3,7 +3,7 @@ .\" Manual page created by: .\" Scott Lamb .Sh NAME -.Nm tincctl +.Nm tinc .Nd tinc VPN control .Sh SYNOPSIS .Nm @@ -147,7 +147,7 @@ Sets debug level to .It log Op Ar N Capture log messages from a running tinc daemon. An optional debug level can be given that will be applied only for log messages sent to -.Nm tincctl . +.Nm tinc . .It retry Forces .Xr tincd 8 @@ -182,19 +182,19 @@ such as .Sh EXAMPLES Examples of some commands: .Bd -literal -offset indent -tincctl -n vpn dump graph | circo -Txlib -tincctl -n vpn pcap | tcpdump -r - -tincctl -n vpn top +tinc -n vpn dump graph | circo -Txlib +tinc -n vpn pcap | tcpdump -r - +tinc -n vpn top .Pp .Ed Example of configuring tinc using .Nm : .Bd -literal -offset indent -tincctl -n vpn init foo -tincctl -n vpn add Subnet 192.168.1.0/24 -tincctl -n vpn add bar.Address bar.example.com -tincctl -n vpn add ConnectTo bar -tincctl -n vpn export | gpg --clearsign | mail -s "My config" vpnmaster@example.com +tinc -n vpn init foo +tinc -n vpn add Subnet 192.168.1.0/24 +tinc -n vpn add bar.Address bar.example.com +tinc -n vpn add ConnectTo bar +tinc -n vpn export | gpg --clearsign | mail -s "My config" vpnmaster@example.com .Ed .Sh TOP The top command connects to a running tinc daemon and repeatedly queries its per-node traffic counters.