From: Tony Crisci Date: Mon, 30 Mar 2015 15:04:45 +0000 (-0400) Subject: complete-run: fix pod errors X-Git-Tag: 4.11~159^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e3ad16e65f13ea02e764d761b376c82925bc9882;p=i3%2Fi3 complete-run: fix pod errors Close `=over` with `=back` and use ascii apostrophe for "don't" to avoid pod errors on `complete-run` docs. --- diff --git a/testcases/complete-run.pl b/testcases/complete-run.pl index eaf57bde..9710017d 100755 --- a/testcases/complete-run.pl +++ b/testcases/complete-run.pl @@ -395,8 +395,10 @@ Exits i3 cleanly (instead of kill -9) to make coverage testing work properly. =item B<--parallel> -Number of Xephyr instances to start (if you don’t want to start num_cores * 2 +Number of Xephyr instances to start (if you don't want to start num_cores * 2 instances for some reason). # Run all tests on a single Xephyr instance ./complete-run.pl -p 1 + +=back