aboutsummaryrefslogtreecommitdiff
path: root/contrib/atf
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-03-06 21:45:25 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-03-06 21:45:25 +0000
commit35c3281fb60f5c454d94d0f80fcee6dca0110000 (patch)
tree8f1b5dc0e8f102f7c829d4ae98170c4014c69674 /contrib/atf
parentddde9fa73781524b93ddae5b8f9edcfa8ed056f0 (diff)
downloadsrc-35c3281fb60f5c454d94d0f80fcee6dca0110000.tar.gz
src-35c3281fb60f5c454d94d0f80fcee6dca0110000.zip
Fix atf-c-api(3) manpage issues
- Fix typo (specifiying -> specifying). - Remove surrounding ellipses in i.e. section and add a comma before and after the i.e. reference. Bump .Dd for the change MFC after: 1 week Reported by: igor Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=314802
Diffstat (limited to 'contrib/atf')
-rw-r--r--contrib/atf/atf-c/atf-c-api.34
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/atf/atf-c/atf-c-api.3 b/contrib/atf/atf-c/atf-c-api.3
index 25e6b6273a54..363060320f1a 100644
--- a/contrib/atf/atf-c/atf-c-api.3
+++ b/contrib/atf/atf-c/atf-c-api.3
@@ -261,7 +261,7 @@ To define test cases, one can use the
.Fn ATF_TC_WITH_CLEANUP
or the
.Fn ATF_TC_WITHOUT_HEAD
-macros, which take a single parameter specifiying the test case's name.
+macros, which take a single parameter specifying the test case's name.
.Fn ATF_TC ,
requires to define a head and a body for the test case,
.Fn ATF_TC_WITH_CLEANUP
@@ -301,7 +301,7 @@ library to do it for you.
This is done by using the
.Fn ATF_TP_ADD_TCS
macro, which is passed the name of the object that will hold the test
-cases; i.e. the test program instance.
+cases, i.e., the test program instance.
This name can be whatever you want as long as it is a valid variable
identifier.
.Pp