Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2017 03:50:59 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r316552 - head/contrib/atf/atf-c
Message-ID:  <201704060350.v363oxxF036474@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Apr  6 03:50:58 2017
New Revision: 316552
URL: https://svnweb.freebsd.org/changeset/base/316552

Log:
  atf-c: fix documentation description for atf_utils_wait(3)
  
  atf_utils_wait(3) should be used in combination with atf_utils_fork(3),
  not itself (atf_utils_wait(3)).
  
  MFC after:	2 months
  Sponsored by:	Dell EMC Isilon

Modified:
  head/contrib/atf/atf-c/atf-c.3

Modified: head/contrib/atf/atf-c/atf-c.3
==============================================================================
--- head/contrib/atf/atf-c/atf-c.3	Thu Apr  6 02:46:09 2017	(r316551)
+++ head/contrib/atf/atf-c/atf-c.3	Thu Apr  6 03:50:58 2017	(r316552)
@@ -22,7 +22,7 @@
 .\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-.Dd March 6, 2017
+.Dd April 5, 2017
 .Dt ATF-C 3
 .Os
 .Sh NAME
@@ -680,7 +680,7 @@ those spawned by
 .Fc
 .Bd -ragged -offset indent
 Waits and validates the result of a subprocess spawned with
-.Fn atf_utils_wait .
+.Fn atf_utils_fork .
 The validation involves checking that the subprocess exited cleanly and returned
 the code specified in
 .Fa expected_exit_status



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704060350.v363oxxF036474>