Path: csiph.com!xmission!news.glorb.com!usenet.stanford.edu!not-for-mail From: Vascom Newsgroups: gnu.bash.bug Subject: [PATCH] Correct typo in builtins man page Date: Tue, 20 Oct 2015 13:00:55 +0300 Lines: 21 Approved: bug-bash@gnu.org Message-ID: NNTP-Posting-Host: lists.gnu.org X-Trace: usenet.stanford.edu 1445347379 29118 208.118.235.17 (20 Oct 2015 13:22:59 GMT) X-Complaints-To: action@cs.stanford.edu Cc: Vascom To: bug-bash@gnu.org Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=4WcsXiW07IMqrfKkee6be1QUQVeEUw2coWxPLOwYQ+E=; b=oz+cyC+eGskmDOZNE3V5LJTSCY7i9CigoXVRn7nUunkfq/fgWoS1rhR9ydtt2eK0P1 4QukLuFQBb6Wav9E75JyJ5NeDK7Jh3LIh4l2RXZ8HI4brgETgHap/6DKPlq2KB8TaC1o kRkyCmd7X9Q7pNMwvS7V0KJl4ZIZ38dJsQsrdz5bWIM3mGikGPHhah1d51aTmCPEmWXK Cd9eHEPhqhGQs3vDVtfXlAfobS+Leaj+HUoYZC8UY3v6qhOU/wmeHeeqBH64sUWzmIq0 9RpgYOV45teVFvFieJ+Tb5JRWeUPXZ3WNV3jdFdLbfnlWatDc1uXKdRJBXZuTu2aCp7a GvWw== X-Received: by 10.112.202.35 with SMTP id kf3mr1249420lbc.19.1445335273150; Tue, 20 Oct 2015 03:01:13 -0700 (PDT) X-Mailer: git-send-email 2.4.3 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::232 X-Mailman-Approved-At: Tue, 20 Oct 2015 09:22:57 -0400 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:11717 --- doc/builtins.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/builtins.0 b/doc/builtins.0 index dcdc6c5..26b3580 100644 --- a/doc/builtins.0 +++ b/doc/builtins.0 @@ -1592,7 +1592,7 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS function or a script executed with the .. or ssoouurrccee builtins fin- ishes executing. - If a _s_i_g_s_p_e_c is EERRRR, the command _a_r_g is executed whenever a a + If a _s_i_g_s_p_e_c is EERRRR, the command _a_r_g is executed whenever a pipeline (which may consist of a single simple command), a list, or a compound command returns a non-zero exit status, subject to the following conditions. The EERRRR trap is not executed if the -- 2.4.3