application-settable readline timeouts

This commit is contained in:
Chet Ramey
2021-03-11 18:41:17 -05:00
parent 128c5d41b0
commit 2fe2e8197e
20 changed files with 724 additions and 21 deletions
+1 -1
View File
@@ -10870,7 +10870,7 @@ or
are unset, they lose their special properties, even if they are
subsequently reset. The exit status is true unless a
.I name
is readonly.
is readonly or may not be unset.
.TP
\fBwait\fP [\fB\-fn\fP] [\fP\-p\fP \fIvarname\fP] [\fIid ...\fP]
Wait for each specified child process and return its termination status.
+1 -1
View File
@@ -4033,7 +4033,7 @@ unset.
Readonly variables and functions may not be unset.
Some shell variables lose their special behavior if they are unset; such
behavior is noted in the description of the individual variables.
The return status is zero unless a @var{name} is readonly.
The return status is zero unless a @var{name} is readonly or may not be unset.
@end table
@node Bash Builtins