man/man1/tork-engine.1 in tork-19.3.1 vs man/man1/tork-engine.1 in tork-19.3.2
- old
+ new
@@ -1,6 +1,6 @@
-.TH TORK\-ENGINE 1 2013\-06\-07 19.3.1
+.TH TORK\-ENGINE 1 2013\-10\-29 19.3.2
.SH NAME
.PP
tork\-engine \- wraps
.BR tork-master (1)
with bookkeeping
@@ -23,13 +23,13 @@
.TP
\fB\fC["reabsorb_overhead"]\fR
Stops any test files that are currently running, reabsorbs the test
execution overhead, and then re\-runs those stopped test files.
.TP
-\fB\fC["run_test_file"\fR, \fItest_file\fP\fB\fC,\fR \fIline_numbers\fP...\fB\fC]\fR
+\fB\fC["run_test_file"\fR, \fItest_file\fP\fB\fC,\fR \fIline_numbers\fP\&...\fB\fC]\fR
Runs tests that correspond to the given sequence of \fIline_numbers\fP in the
-given \fItest_file\fP. If no \fIline_numbers\fP are given, then only those lines
+given \fItest_file\fP\&. If no \fIline_numbers\fP are given, then only those lines
that have changed since the last run of \fItest_file\fP will be substituted.
If any \fIline_numbers\fP are zero, then the entire \fItest_file\fP will be run.
.TP
\fB\fC["run_test_files"\fR, \fItest_files_with_optional_line_numbers\fP\fB\fC]\fR
Calls the \fB\fCrun_test_file\fR command once for each item in the given array.
@@ -58,24 +58,24 @@
A previously passing \fItest_file\fP has now failed. See \fImessage\fP for details.
.TP
\fB\fC["fail_now_pass",\fR \fItest_file\fP\fB\fC,\fR \fImessage\fP\fB\fC]\fR
A previously failing \fItest_file\fP has now passed. See \fImessage\fP for details.
.TP
-\fI...\fP
+\fI\&...\fP
Messages from
.BR tork-master (1)
are also reproduced here.
.SH OPTIONS
.TP
\fB\fC-h\fR, \fB\fC--help\fR
Show this help manual.
.SH FILES
.TP
-\fI.tork/config.rb\fP
+\fI\&.tork/config.rb\fP
Optional Ruby script that is loaded inside the driver process on startup.
It can read and change the \fB\fCENV['TORK_CONFIGS']\fR environment variable.
.TP
-\fI.tork/engine.rb\fP
+\fI\&.tork/engine.rb\fP
Optional Ruby script that is loaded inside the master process on startup.
.SH ENVIRONMENT
.PP
See
.BR tork (1).
\ No newline at end of file