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. Garrett Cooper <yanegomi@gmail.com>.
diff --git a/doc/man3/tst_res.3 b/doc/man3/tst_res.3
index 05f4f02..9937c14 100644
--- a/doc/man3/tst_res.3
+++ b/doc/man3/tst_res.3
@@ -1,5 +1,5 @@
 .\"
-.\" $Id: tst_res.3,v 1.1 2000/07/27 16:59:03 alaffin Exp $
+.\" $Id: tst_res.3,v 1.2 2008/06/10 05:52:02 subrata_modak Exp $
 .\"
 .\" Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
 .\" 
@@ -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