Hi,
In the manpage for tst_res(3) in the April snapshot it says...
tst_brk - Print result message and break remaining test cases
tst_brkm - Print result message, including file contents, and
break
remaining test cases
... at the top of the page. The prototypes and the logic is backwards
for the summaries.
A patched manpage is provided.
Thanks,
-Garrett
--- doc/man3/tst_res.3.orig 2008-06-09 11:27:21.000000000 -0700
+++ doc/man3/tst_res.3 2008-06-09 11:27:44.000000000 -0700
@@ -41,9 +41,9 @@
.sp
tst_brkm \- Print result message, including file contents, and break remaining test cases
.sp
-tst_brkloop \- Print result message and break remaining test cases in loop
+tst_brkloop \- Print result message, include file contents, and break remaining test cases in loop
.sp
-tst_brkloopm \- Print result message, including file contents, and break remaining test cases in loop
+tst_brkloopm \- Print result message and break remaining test cases in loop
.sp
tst_flush \- Print any messages pending because of CONDENSE mode, and flush output stream
.sp
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list