bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Pull request: Fix typo from documentation


From: Jorge Maldonado Ventura
Subject: Pull request: Fix typo from documentation
Date: Sun, 31 Dec 2017 20:13:37 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]