mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 20:50:42 +02:00
preserve traps across a failed exec; small changes to how completion options interact; fix a bug with arithmetic for commands and LINENO
This commit is contained in:
+6
-2
@@ -5,12 +5,12 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet.ramey@case.edu
|
||||
.\"
|
||||
.\" Last Change: Fri Oct 1 14:20:30 EDT 2021
|
||||
.\" Last Change: Fri Oct 8 14:10:30 EDT 2021
|
||||
.\"
|
||||
.\" bash_builtins, strip all but Built-Ins section
|
||||
.if \n(zZ=1 .ig zZ
|
||||
.if \n(zY=1 .ig zY
|
||||
.TH BASH 1 "2021 October 1" "GNU Bash 5.1"
|
||||
.TH BASH 1 "2021 October 8" "GNU Bash 5.1"
|
||||
.\"
|
||||
.\" There's some problem with having a `@'
|
||||
.\" in a tagged paragraph with the BSD man macros.
|
||||
@@ -11403,6 +11403,10 @@ The individual per-interactive-shell startup file
|
||||
.FN ~/.bash_logout
|
||||
The individual login shell cleanup file, executed when a login shell exits
|
||||
.TP
|
||||
.FN ~/.bash_history
|
||||
The default value of \fBHISTFILE\fP, the file in which bash saves the
|
||||
command history
|
||||
.TP
|
||||
.FN ~/.inputrc
|
||||
Individual \fIreadline\fP initialization file
|
||||
.PD
|
||||
|
||||
Reference in New Issue
Block a user