test/testrig.3: Correct return type of `test_do' in the synopsis.
[mLib] / test / testrig.3
index b996617..5a5e9ca 100644 (file)
@@ -19,9 +19,9 @@ testrig \- generic test rig
 .nf
 .B "#include <mLib/testrig.h>"
 
-.BI "void test_do(const test_suite " suite [],
-.BI "             FILE *" fp ,
-.BI "             test_results *" results );
+.BI "int test_do(const test_suite " suite [],
+.BI "            FILE *" fp ,
+.BI "            test_results *" results );
 .BI "void test_run(int " argc ", char *" argv [],
 .BI "              const test_chunk " chunk [],
 .BI "              const char *" def );