From e1fe79a9e705e3cab8f632cdbe8e1774cdef2761 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 19 Feb 2015 04:13:20 +0000 Subject: - exit code overhaul: forx, forbacktickx, loopwhilex, if, ifelse, ifte, ifthenelse - new -o option to forx, forbacktickx, loopwhilex - documentation updated - version: rc for 2.1.0.0 --- doc/if.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/if.html') diff --git a/doc/if.html b/doc/if.html index 2157a07..5723ef7 100644 --- a/doc/if.html +++ b/doc/if.html @@ -35,8 +35,8 @@
  • if reads prog1... in a block. It forks and executes it, then waits for it to complete.
  • -
  • If prog1 crashes, if exits 1 with a special -error message.
  • +
  • If prog1 crashes, if prints an error message +then exits 128 plus the number of the signal that killed prog1.
  • If prog1 exits a non-zero status, if exits 1.
  • Else if execs into prog2.
  • -- cgit v1.3.1