mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
commit bash-20091230 snapshot
This commit is contained in:
+10
-5
@@ -1802,7 +1802,9 @@ being closed.
|
||||
.TP
|
||||
.B COLUMNS
|
||||
Used by the \fBselect\fP builtin command to determine the terminal width
|
||||
when printing selection lists. Automatically set upon receipt of a SIGWINCH.
|
||||
when printing selection lists. Automatically set upon receipt of a
|
||||
.SM
|
||||
.BR SIGWINCH .
|
||||
.TP
|
||||
.B COMPREPLY
|
||||
An array variable from which \fBbash\fP reads the possible completions
|
||||
@@ -6978,7 +6980,7 @@ an error occurs adding a completion specification.
|
||||
\fBcompopt\fP [\fB\-o\fP \fIoption\fP] [\fB\-DE\fP] [\fB+o\fP \fIoption\fP] [\fIname\fP]
|
||||
Modify completion options for each \fIname\fP according to the
|
||||
\fIoption\fPs, or for the
|
||||
currently-execution completion if no \fIname\fPs are supplied.
|
||||
currently-executing100 completion if no \fIname\fPs are supplied.
|
||||
If no \fIoption\fPs are given, display the completion options for each
|
||||
\fIname\fP or the current completion.
|
||||
The possible values of \fIoption\fP are those valid for the \fBcomplete\fP
|
||||
@@ -6989,7 +6991,7 @@ on a command for which no completion has previously been defined.
|
||||
The \fB\-E\fP option indicates that the remaining options should
|
||||
apply to ``empty'' command completion; that is, completion attempted on a
|
||||
blank line.
|
||||
.PP
|
||||
.sp 1
|
||||
The return value is true unless an invalid option is supplied, an attempt
|
||||
is made to modify the options for a \fIname\fP for which no completion
|
||||
specification exists, or an output error occurs.
|
||||
@@ -9157,7 +9159,10 @@ Each
|
||||
.I sigspec
|
||||
is either
|
||||
a signal name defined in <\fIsignal.h\fP>, or a signal number.
|
||||
Signal names are case insensitive and the SIG prefix is optional.
|
||||
Signal names are case insensitive and the
|
||||
.SM
|
||||
.B SIG
|
||||
prefix is optional.
|
||||
.if t .sp 0.5
|
||||
.if n .sp 1
|
||||
If a
|
||||
@@ -9655,7 +9660,7 @@ make sure that it really is a bug, and that it appears in the latest
|
||||
version of
|
||||
.BR bash .
|
||||
The latest version is always available from
|
||||
\fIftp://ftp.gnu.org/pub/bash/\fP.
|
||||
\fIftp://ftp.gnu.org/pub/gnu/bash/\fP.
|
||||
.PP
|
||||
Once you have determined that a bug actually exists, use the
|
||||
.I bashbug
|
||||
|
||||
Reference in New Issue
Block a user