summaryrefslogtreecommitdiffstats
path: root/contrib/atf/atf-c++
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2014-09-23 22:29:03 +0000
committerrodrigc <rodrigc@FreeBSD.org>2014-09-23 22:29:03 +0000
commit692a2280860db95cdbdde413e71b3f8faa4b1c0f (patch)
tree3f3b4bff2e1d073a32665d8833a728917d13e2db /contrib/atf/atf-c++
parent3ab8a85f81466a50cb269ab53ff3d099392565d9 (diff)
downloadFreeBSD-src-692a2280860db95cdbdde413e71b3f8faa4b1c0f.zip
FreeBSD-src-692a2280860db95cdbdde413e71b3f8faa4b1c0f.tar.gz
Delete mentions to removed manpages
Obtained from: atf (git 23c570d6f393c76dff041360bb5f7779900c7191)
Diffstat (limited to 'contrib/atf/atf-c++')
-rw-r--r--contrib/atf/atf-c++/atf-c++-api.315
1 files changed, 6 insertions, 9 deletions
diff --git a/contrib/atf/atf-c++/atf-c++-api.3 b/contrib/atf/atf-c++/atf-c++-api.3
index c086c90..da1441e 100644
--- a/contrib/atf/atf-c++/atf-c++-api.3
+++ b/contrib/atf/atf-c++/atf-c++-api.3
@@ -26,7 +26,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd November 15, 2013
+.Dd March 2, 2014
.Dt ATF-C++-API 3
.Os
.Sh NAME
@@ -330,9 +330,8 @@ If
.Va exitcode
is not
.Sq -1 ,
-.Xr atf-run 1
-will validate that the exit code of the test case matches the one provided
-in this call.
+the runtime engine will validate that the exit code of the test case
+matches the one provided in this call.
Otherwise, the exact value will be ignored.
.It Fn expect_fail "reason"
Any failure (be it fatal or non-fatal) raised in this mode is recorded.
@@ -368,9 +367,8 @@ If
.Va signo
is not
.Sq -1 ,
-.Xr atf-run 1
-will validate that the signal that terminated the test case matches the one
-provided in this call.
+the runtime engine will validate that the signal that terminated the test
+case matches the one provided in this call.
Otherwise, the exact value will be ignored.
.It Fn expect_timeout "reason"
Expects the test case to execute for longer than its timeout.
@@ -631,5 +629,4 @@ ATF_INIT_TEST_CASES(tcs)
.Ed
.Sh SEE ALSO
.Xr atf-test-program 1 ,
-.Xr atf-test-case 4 ,
-.Xr atf 7
+.Xr atf-test-case 4
OpenPOWER on IntegriCloud