next set of documentation updates (job control); fix read timeout problem; fix bash-source-fullpath default; brace expansion integer overflow fix; fix for help output for loadable builtins

This commit is contained in:
Chet Ramey
2024-10-15 10:02:17 -04:00
parent 5edfaa45e7
commit 3ed028ccec
37 changed files with 4847 additions and 4331 deletions
+2 -1
View File
@@ -205,7 +205,7 @@ Key bindings may contain the following symbolic character names:
.IR NEWLINE ,
.IR RET ,
.IR RETURN ,
.IR RUBOUT ,
.IR RUBOUT (a destructive backspace),
.IR SPACE ,
.IR SPC ,
and
@@ -1170,6 +1170,7 @@ Delete the character at point.
If this function is bound to the
same character as the tty \fBEOF\fP character, as \fBC\-d\fP
commonly is, see above for the effects.
This may also be bound to the Delete key on some keyboards.
.TP
.B backward\-delete\-char (Rubout)
Delete the character behind the cursor.
+2 -1
View File
@@ -971,7 +971,7 @@ This key binding syntax recognizes a number of symbolic character names:
@var{NEWLINE},
@var{RET},
@var{RETURN},
@var{RUBOUT},
@var{RUBOUT} (a destructive backspace),
@var{SPACE},
@var{SPC},
and
@@ -1528,6 +1528,7 @@ Delete the character at point.
If this function is bound to the
same character as the tty @sc{eof} character, as @kbd{C-d}
commonly is, see above for the effects.
This may also be bound to the Delete key on some keyboards.
@item backward-delete-char (Rubout)
Delete the character behind the cursor.
+2 -2
View File
@@ -5,7 +5,7 @@ Copyright (C) 1988-2024 Free Software Foundation, Inc.
@set EDITION 8.3
@set VERSION 8.3
@set UPDATED 10 October 2024
@set UPDATED 14 October 2024
@set UPDATED-MONTH October 2024
@set LASTCHANGE Thu Oct 10 16:33:55 EDT 2024
@set LASTCHANGE Mon Oct 14 11:42:19 EDT 2024