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 366caec..b3b3086 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
@@ -409,9 +409,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 atf_tc_expect_fail "reason" "..."
Any failure (be it fatal or non-fatal) raised in this mode is recorded.
@@ -443,9 +442,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 atf_tc_expect_timeout "reason" "..."
Expects the test case to execute for longer than its timeout.
@@ -771,5 +769,4 @@ ATF_TP_ADD_TCS(tp)
.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