]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/8/tinc
merge
[plan9front.git] / sys / man / 8 / tinc
index 56d29a7b3be5012180f0820f1e3fad6ad58d2702..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,7 +70,7 @@ 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 host's RSA private key needs to be present in factotum and tagged with
@@ -118,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).