summaryrefslogtreecommitdiff
path: root/contrib/atf
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2012-11-15 04:24:17 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2012-11-15 04:24:17 +0000
commita4fb74f1ac623ae0183f848b473864b50aedf695 (patch)
tree12de8e7cffa7838dea9b16f21ca2c6bed9c733d0 /contrib/atf
parent019e4a53cb038f1d146cbac414e80e9ea8db1459 (diff)
downloadsrc-test-a4fb74f1ac623ae0183f848b473864b50aedf695.tar.gz
src-test-a4fb74f1ac623ae0183f848b473864b50aedf695.zip
Remove redundant text describing the cleanup routine.
Upstreamed: http://code.google.com/p/kyua/issues/detail?id=43 Submitted by: Garrett Cooper <yanegomi@gmail.com>
Notes
Notes: svn path=/head/; revision=243050
Diffstat (limited to 'contrib/atf')
-rw-r--r--contrib/atf/doc/atf-test-case.42
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/atf/doc/atf-test-case.4 b/contrib/atf/doc/atf-test-case.4
index 15489ad7bccfb..e1b2bf45ca7f0 100644
--- a/contrib/atf/doc/atf-test-case.4
+++ b/contrib/atf/doc/atf-test-case.4
@@ -61,7 +61,7 @@ failures.
This body is only executed if the abstract conditions specified by the
header are met.
The
-.Em cleanup routine
+.Em cleanup
routine is a piece of code always executed after the body, regardless of
the exit status of the test case.
It can be used to undo side-effects of the test case.