From c086687bc5b945716f9938be2335c7f1d6454b35 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Tue, 12 May 2026 09:22:30 +0200 Subject: [PATCH] [Sync EN] proc_close: clarify termination status in regard to proc_get_status Fixes #606 --- reference/exec/functions/proc-close.xml | 26 +++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/reference/exec/functions/proc-close.xml b/reference/exec/functions/proc-close.xml index 362bce1568..f0f97bc66a 100644 --- a/reference/exec/functions/proc-close.xml +++ b/reference/exec/functions/proc-close.xml @@ -1,6 +1,6 @@ - + @@ -52,7 +52,29 @@ ¬e.sigchild; - + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.3.0 + + proc_close ahora devuelve el código de salida correcto + incluso cuando se ha llamado previamente a proc_get_status. + Anteriormente se devolvía -1 en ese caso. + + + + + +