aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/atf/atf-sh/atf-sh-api.35
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/atf/atf-sh/atf-sh-api.3 b/contrib/atf/atf-sh/atf-sh-api.3
index a30aee76e3d9..6319410a17c7 100644
--- a/contrib/atf/atf-sh/atf-sh-api.3
+++ b/contrib/atf/atf-sh/atf-sh-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 March 2, 2014
+.Dd March 6, 2017
.Dt ATF-SH-API 3
.Os
.Sh NAME
@@ -121,7 +121,7 @@ described in
.Xr atf-test-case 4 .
To define test cases, one can use the
.Fn atf_test_case
-function, which takes a first parameter specifiying the test case's
+function, which takes a first parameter specifying the test case's
name and instructs the library to set things up to accept it as a valid
test case.
The second parameter is optional and, if provided, must be
@@ -335,6 +335,7 @@ grep foo ls || atf_fail "foo file not found in listing"
atf_check -s exit:0 -o match:"^foo$" -e empty 'ls'
.Ed
.Sh SEE ALSO
+.Xr atf-check 1 ,
.Xr atf-sh 1 ,
.Xr atf-test-program 1 ,
.Xr atf-test-case 4