mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 18:30:49 +02:00
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:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user