summaryrefslogtreecommitdiff
path: root/libiberty/pexecute.txh
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2007-09-06 17:22:39 +0000
committerDJ Delorie <dj@delorie.com>2007-09-06 17:22:39 +0000
commit748896d8803a5edaeaf89c002e76ca5c2066639f (patch)
treef4f53c1e5a52c847886ee3ab110b306b545042f5 /libiberty/pexecute.txh
parent8a69257375fc7dc50fdddc4263b44507eddaa953 (diff)
downloadgdb-748896d8803a5edaeaf89c002e76ca5c2066639f.tar.gz
merge from gcc
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 b87c0e53a6d..8baf9a0d01b 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