diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-11-01 18:34:58 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-11-01 18:34:58 +0100 |
commit | ce89017481bbd49c8055ba34038ca3e9d2cd0570 (patch) | |
tree | 2ef74fd1bc672c0afbc0ac07bf9c2ab0d70635b1 | |
parent | 736c31882fbf49da3d192d328ef5b69ccd05128f (diff) | |
download | plan9front-ce89017481bbd49c8055ba34038ca3e9d2cd0570.tar.xz |
tinc(8): spelling, thanks jpm
-rw-r--r-- | sys/man/8/tinc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/man/8/tinc b/sys/man/8/tinc index 21bb2068f..56d29a7b3 100644 --- a/sys/man/8/tinc +++ b/sys/man/8/tinc @@ -73,7 +73,7 @@ can be specified with option or is asssumed 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 |