svn commit: r320491 - in head: contrib/atf/atf-sh libexec/atf/atf-sh

Ngie Cooper ngie at FreeBSD.org
Fri Jun 30 05:49:13 UTC 2017


Author: ngie
Date: Fri Jun 30 05:49:12 2017
New Revision: 320491
URL: https://svnweb.freebsd.org/changeset/base/320491

Log:
  atf-sh(3): document atf_init_test_cases(3) fully
  
  The function was missing from the NAME/SYNOPSIS sections. Add a manpage link
  to complete the documentation reference.
  
  MFC after:	1 month

Modified:
  head/contrib/atf/atf-sh/atf-sh.3
  head/libexec/atf/atf-sh/Makefile

Modified: head/contrib/atf/atf-sh/atf-sh.3
==============================================================================
--- head/contrib/atf/atf-sh/atf-sh.3	Fri Jun 30 03:01:22 2017	(r320490)
+++ head/contrib/atf/atf-sh/atf-sh.3	Fri Jun 30 05:49:12 2017	(r320491)
@@ -40,6 +40,7 @@
 .Nm atf_fail ,
 .Nm atf_get ,
 .Nm atf_get_srcdir ,
+.Nm atf_init_test_cases ,
 .Nm atf_pass ,
 .Nm atf_require_prog ,
 .Nm atf_set ,
@@ -82,6 +83,8 @@
 .Nm atf_get
 .Qq var_name
 .Nm atf_get_srcdir
+.Nm atf_init_test_cases
+.Qq name
 .Nm atf_pass
 .Nm atf_require_prog
 .Qq prog_name

Modified: head/libexec/atf/atf-sh/Makefile
==============================================================================
--- head/libexec/atf/atf-sh/Makefile	Fri Jun 30 03:01:22 2017	(r320490)
+++ head/libexec/atf/atf-sh/Makefile	Fri Jun 30 05:49:12 2017	(r320491)
@@ -52,6 +52,7 @@ MLINKS+=	\
 		atf-sh.3 atf_fail.3 \
 		atf-sh.3 atf_get.3 \
 		atf-sh.3 atf_get_srcdir.3 \
+		atf-sh.3 atf_init_test_cases.3 \
 		atf-sh.3 atf_pass.3 \
 		atf-sh.3 atf_require_prog.3 \
 		atf-sh.3 atf_set.3 \


More information about the svn-src-head mailing list