system.3: Note that system() can fail for the same reasons as fork(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-11-24 08:02:01 +01:00
parent 0cb0dd1c5d
commit 63e59e0d31
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@ and so on).
.PP
.BR system ()
does not affect the wait status of any other children.
.SH ERRORS
.BR system ()
can fail with any of the same errors as
.BR fork (2).
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).