commit f4b7f7fb910ea8c159c991102fa0153578c6b2ef Author: Arturo Filastò arturo@filasto.net Date: Wed May 18 14:49:14 2016 +0200
Fix spelling mistakes in manpages. (#504)
As spotted by @irl --- data/oonideckgen.1 | 2 +- data/ooniprobe.1 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/data/oonideckgen.1 b/data/oonideckgen.1 index e2c8fed..ae30521 100644 --- a/data/oonideckgen.1 +++ b/data/oonideckgen.1 @@ -78,7 +78,7 @@ This tools will generate a test deck that include the following tests:
* manipulation/http_header_field_manipulation
-If deckgen is run with no arugment a geoip lookup is done on the IP of the user +If deckgen is run with no argument a geoip lookup is done on the IP of the user and that country is chosen. In order to run deckgen you must have first have run ooniresources --update-inputs. .sp diff --git a/data/ooniprobe.1 b/data/ooniprobe.1 index 5fa47b4..9a514b4 100644 --- a/data/ooniprobe.1 +++ b/data/ooniprobe.1 @@ -159,7 +159,7 @@ real time .UNINDENT .UNINDENT .sp -More specifc to the running of network filtering detection tests: +More specific to the running of network filtering detection tests: .INDENT 0.0 .IP 1. 3 Detect actors performing censorship detection tests @@ -176,7 +176,7 @@ identified, this comes with a tradeoff in accuracy. It is therefore necessary in certain tests to trade-off fingerprintability in favour of tests accuracy. .sp This is why we divide tests based on what risk the user running it can face, -allowing the user to freely choose what threat model they wish to adere to. +allowing the user to freely choose what threat model they wish to adhere to. .SS Installation .sp \fBRead this before running ooniprobe!\fP @@ -353,7 +353,7 @@ bridges are to be used, the path to the obfsproxy binary must be configured. See option advanced.obfsproxy_binary, in ooniprobe.conf. .SS Setting capabilities on your virtualenv python binary .sp -If your distributation supports capabilities you can avoid needing to run OONI as root: +If your distribution supports capabilities you can avoid needing to run OONI as root: .sp \fIsetcap cap_net_admin,cap_net_raw+eip /path/to/your/virtualenv(aqs/python\fP .SS Core ooniprobe Tests
tor-commits@lists.torproject.org