Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/atf/dist/atf-c Consistent use of comma in lists.



details:   https://anonhg.NetBSD.org/src/rev/7642a984a644
branches:  trunk
changeset: 935489:7642a984a644
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Jul 03 19:22:38 2020 +0000

description:
Consistent use of comma in lists.

diffstat:

 external/bsd/atf/dist/atf-c/atf-c-api.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 61336eb2af9b -r 7642a984a644 external/bsd/atf/dist/atf-c/atf-c-api.3
--- a/external/bsd/atf/dist/atf-c/atf-c-api.3   Fri Jul 03 19:21:11 2020 +0000
+++ b/external/bsd/atf/dist/atf-c/atf-c-api.3   Fri Jul 03 19:22:38 2020 +0000
@@ -276,15 +276,15 @@
 macro detailed in
 .Sx Program initialization .
 .Pp
-Later on, one must define the three parts of the body by means of three
+Later on, one must define the three parts of the test by means of three
 functions.
 Their headers are given by the
 .Fn ATF_TC_HEAD ,
-.Fn ATF_TC_BODY
+.Fn ATF_TC_BODY ,
 and
 .Fn ATF_TC_CLEANUP
 macros, all of which take the test case name provided to the
-.Fn ATF_TC
+.Fn ATF_TC ,
 .Fn ATF_TC_WITH_CLEANUP ,
 or
 .Fn ATF_TC_WITHOUT_HEAD



Home | Main Index | Thread Index | Old Index