summaryrefslogtreecommitdiffstats
path: root/contrib/atf/atf-c
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-07-18 17:51:46 +0000
committerngie <ngie@FreeBSD.org>2017-07-18 17:51:46 +0000
commit994d8d9528383dc3c84a924822a7593799dbfee3 (patch)
treecb5724026a120768b51f19f966d3f024c0cd3b23 /contrib/atf/atf-c
parent568865108fea06616880b8ad4db9632cfd6d40cd (diff)
downloadFreeBSD-src-994d8d9528383dc3c84a924822a7593799dbfee3.zip
FreeBSD-src-994d8d9528383dc3c84a924822a7593799dbfee3.tar.gz
MFC r316552,r319662:
r316552: 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)). r319662: Add MLINKS for atf-sh(3) to each of the functions it implements This hopefully will make atf-sh(3) easier to understand for newcomers, without having to go through the atf-sh(3) level of indirection.
Diffstat (limited to 'contrib/atf/atf-c')
-rw-r--r--contrib/atf/atf-c/atf-c.34
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/atf/atf-c/atf-c.3 b/contrib/atf/atf-c/atf-c.3
index d3e6b90..d7aa8c3 100644
--- a/contrib/atf/atf-c/atf-c.3
+++ b/contrib/atf/atf-c/atf-c.3
@@ -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
OpenPOWER on IntegriCloud