Description: I don't know if I should change PATCHLEVEL number, so increment it if necessary. I didn't generate the PDF, HTML, etc. to make the patch smaller. Please amend the commit if necessary. Below the changes made.
The following changes since commit bc007799f0e1362100375bb95d952d28de4c62fb: Bash-4.4 patch 12 (2017-01-27 11:25:44 -0500) are available in the git repository at: https://notabug.org/jorgesumle/bash for you to fetch changes up to 814999af32bf9c4163a66ad31ba7759f99998874: Fix typo from Bash Reference Manual (2017-12-31 19:46:15 +0100) ---------------------------------------------------------------- Jorge Maldonado Ventura (1): Fix typo from Bash Reference Manual doc/bashref.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bashref.texi b/doc/bashref.texi index c0f4a2f..572fa16 100644 --- a/doc/bashref.texi +++ b/doc/bashref.texi @@ -3587,7 +3587,7 @@ If @var{n} is not supplied, the return value is the exit status of the last command executed in the function. If @code{return} is executed by a trap handler, the last command used to determine the status is the last command executed before the trap handler. -if @code{return} is executed during a @code{DEBUG} trap, the last command +If @code{return} is executed during a @code{DEBUG} trap, the last command used to determine the status is the last command executed by the trap handler before @code{return} was invoked. @code{return} may also be used to terminate execution of a script