aboutsummaryrefslogtreecommitdiff
path: root/libiberty/pexecute.txh
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2007-09-06 16:58:57 +0000
committerTom Tromey <tromey@gcc.gnu.org>2007-09-06 16:58:57 +0000
commit48492bdf79b6ccaa27f806d46c791a7a18529c16 (patch)
treee12ff9a37d7db24b62ba35d1bc21b3444295869e /libiberty/pexecute.txh
parentdbc293c8e4f11e261c89366701fc7a982ef8d39a (diff)
downloadgcc-48492bdf79b6ccaa27f806d46c791a7a18529c16.zip
gcc-48492bdf79b6ccaa27f806d46c791a7a18529c16.tar.gz
gcc-48492bdf79b6ccaa27f806d46c791a7a18529c16.tar.bz2
pexecute.txh (pex_free): Document process killing.
libiberty: * pexecute.txh (pex_free): Document process killing. include: * libiberty.h (pex_free): Document process killing. From-SVN: r128192
Diffstat (limited to 'libiberty/pexecute.txh')
-rw-r--r--libiberty/pexecute.txh4
1 files changed, 3 insertions, 1 deletions
diff --git a/libiberty/pexecute.txh b/libiberty/pexecute.txh
index b87c0e5..8baf9a0 100644
--- a/libiberty/pexecute.txh
+++ b/libiberty/pexecute.txh
@@ -265,7 +265,9 @@ process times, all the fields will be set to @code{0}.
@deftypefn Extension void pex_free (struct pex_obj @var{obj})
-Clean up and free all data associated with @var{obj}.
+Clean up and free all data associated with @var{obj}. If you have not
+yet called @code{pex_get_times} or @code{pex_get_status}, this will
+try to kill the subprocesses.
@end deftypefn