mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 10:20:49 +02:00
fix for readline redisplay issue in C locale; fix for small memory leak in termcap replacement library; updates to formatted documentation; fix problem with distclean and y.tab.h; Makefile clean targets updates
This commit is contained in:
+3
-2
@@ -6619,7 +6619,7 @@ shell will exit.
|
||||
</p>
|
||||
</dd>
|
||||
<dt><code class="code">-v</code></dt>
|
||||
<dd><p>Print shell input lines as they are read.
|
||||
<dd><p>Print shell input lines to standard error as they are read.
|
||||
</p>
|
||||
</dd>
|
||||
<dt><code class="code">-x</code></dt>
|
||||
@@ -7591,7 +7591,8 @@ Bash (e.g., 5.2.37(3)-release).
|
||||
<dt><a id="index-BASH_005fXTRACEFD"></a><span><code class="code">BASH_XTRACEFD</code><a class="copiable-link" href="#index-BASH_005fXTRACEFD"> ¶</a></span></dt>
|
||||
<dd><p>If set to an integer corresponding to a valid file descriptor, Bash
|
||||
will write the trace output generated when ‘<samp class="samp">set -x</samp>’
|
||||
is enabled to that file descriptor.
|
||||
is enabled to that file descriptor
|
||||
instead of the standard error.
|
||||
This allows tracing output to be separated from diagnostic and error
|
||||
messages.
|
||||
The file descriptor is closed when <code class="code">BASH_XTRACEFD</code> is unset or assigned
|
||||
|
||||
Reference in New Issue
Block a user