]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/8/tinc
merge
[plan9front.git] / sys / man / 8 / tinc
index 21bb2068f4c61c87f31dda7250c6a03cd5f38ea4..0cd7b32e40f1ebba02fa160730585cc31285fbdf 100644 (file)
@@ -1,6 +1,6 @@
 .TH TINC 8
 .SH NAME
-tinc - mash peer to peer VPN
+tinc - mesh peer to peer VPN
 .SH SYNOPSIS
 .B ip/tinc
 [
@@ -27,7 +27,7 @@ tinc - mash peer to peer VPN
 .I hosts...
 ]
 .SH DESCRIPTION
-Tinc implements the mash peer to peer VPN protocol from
+Tinc implements the mesh peer to peer VPN protocol from
 .I https://www.tinc-vpn.org/
 as of version 1.0.32. Within a tinc VPN one can reach all
 the subnets of all hosts within the network even when not
@@ -70,10 +70,10 @@ usually is a supernet of all the subnets within the VPN. Our own hostname
 .I myhost
 can be specified with
 .B -n
-option or is asssumed to be the
+option or is assumed to be the
 .I sysname
 when not specified.
-This hosts RSA private key needs to be present in factotum and tagged with
+This host's RSA private key needs to be present in factotum and tagged with
 .BR "service=tinc"
 and
 .BI "host=" myhost .
@@ -84,7 +84,8 @@ The options:
 Enable debug output and do not fork to the background.
 .TP
 .B -p
-Limit the number of client processes to
+Limit the number of client processes (incoming and
+outgoing connections per protocol) to
 .IR  maxprocs .
 .TP
 .B -x
@@ -92,7 +93,7 @@ Specifies the
 .I inside
 and
 .I outside
-network stack directory where the tinc ip interface it bound. Defaults to
+network stack directory where the tinc ip interface is bound. Defaults to
 .BR /net .
 .TP
 .B -o
@@ -117,3 +118,6 @@ Sets our hostname to
 .I https://www.tinc-vpn.org/documentation/
 .SH SOURCE
 .B /sys/src/cmd/ip/tinc.c
+.SH HISTORY
+.I Tinc
+first appeared in 9front (October, 2017).