mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 11:50:49 +02:00
commit bash-20140110 snapshot
This commit is contained in:
+16
-8
@@ -3,14 +3,14 @@
|
||||
.\"
|
||||
.\" Chet Ramey
|
||||
.\" Case Western Reserve University
|
||||
.\" chet@po.cwru.edu
|
||||
.\" chet.ramey@case.edu
|
||||
.\"
|
||||
.\" Last Change: Sun Oct 20 22:13:29 EDT 2013
|
||||
.\" Last Change: Mon Jan 6 16:40:31 EST 2014
|
||||
.\"
|
||||
.\" bash_builtins, strip all but Built-Ins section
|
||||
.if \n(zZ=1 .ig zZ
|
||||
.if \n(zY=1 .ig zY
|
||||
.TH BASH 1 "2013 October 20" "GNU Bash 4.3"
|
||||
.TH BASH 1 "2014 January 6" "GNU Bash 4.3"
|
||||
.\"
|
||||
.\" There's some problem with having a `@'
|
||||
.\" in a tagged paragraph with the BSD man macros.
|
||||
@@ -5804,14 +5804,22 @@ and \fIemacs\fP as the editor, in that order.
|
||||
.PP
|
||||
.PD 0
|
||||
.TP
|
||||
.B delete\-char (C\-d)
|
||||
Delete the character at point. If point is at the
|
||||
beginning of the line, there are no characters in the line, and
|
||||
the last character typed was not bound to \fBdelete\-char\fP,
|
||||
then return
|
||||
.B \fIend\-of\-file\fP (usually C\-d)
|
||||
The character indicating end-of-file as set, for example, by
|
||||
.if t \f(CWstty\fP.
|
||||
.if n ``stty''.
|
||||
If this character is read when there are no characters
|
||||
on the line, and point is at the beginning of the line, Readline
|
||||
interprets it as the end of input and returns
|
||||
.SM
|
||||
.BR EOF .
|
||||
.TP
|
||||
.B delete\-char (C\-d)
|
||||
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.
|
||||
.TP
|
||||
.B backward\-delete\-char (Rubout)
|
||||
Delete the character behind the cursor. When given a numeric argument,
|
||||
save the deleted text on the kill ring.
|
||||
|
||||
Binary file not shown.
+1874
-1872
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+2
-1
@@ -23,11 +23,12 @@
|
||||
\entry{history-substr-search-backward ()}{117}{\code {history-substr-search-backward ()}}
|
||||
\entry{yank-nth-arg (M-C-y)}{117}{\code {yank-nth-arg (M-C-y)}}
|
||||
\entry{yank-last-arg (M-. or M-_)}{117}{\code {yank-last-arg (M-. or M-_)}}
|
||||
\entry{end-of-file (usually C-d)}{117}{\code {\i {end-of-file} (usually C-d)}}
|
||||
\entry{delete-char (C-d)}{117}{\code {delete-char (C-d)}}
|
||||
\entry{backward-delete-char (Rubout)}{117}{\code {backward-delete-char (Rubout)}}
|
||||
\entry{forward-backward-delete-char ()}{117}{\code {forward-backward-delete-char ()}}
|
||||
\entry{quoted-insert (C-q or C-v)}{117}{\code {quoted-insert (C-q or C-v)}}
|
||||
\entry{self-insert (a, b, A, 1, !, ...{})}{117}{\code {self-insert (a, b, A, 1, !, \dots {})}}
|
||||
\entry{self-insert (a, b, A, 1, !, ...{})}{118}{\code {self-insert (a, b, A, 1, !, \dots {})}}
|
||||
\entry{transpose-chars (C-t)}{118}{\code {transpose-chars (C-t)}}
|
||||
\entry{transpose-words (M-t)}{118}{\code {transpose-words (M-t)}}
|
||||
\entry{upcase-word (M-u)}{118}{\code {upcase-word (M-u)}}
|
||||
|
||||
+2
-1
@@ -42,6 +42,7 @@
|
||||
\initial {E}
|
||||
\entry {\code {edit-and-execute-command (C-xC-e)}}{124}
|
||||
\entry {\code {end-kbd-macro (C-x ))}}{121}
|
||||
\entry {\code {\i {end-of-file} (usually C-d)}}{117}
|
||||
\entry {\code {end-of-history (M->)}}{116}
|
||||
\entry {\code {end-of-line (C-e)}}{115}
|
||||
\entry {\code {exchange-point-and-mark (C-x C-x)}}{122}
|
||||
@@ -99,7 +100,7 @@
|
||||
\entry {\code {reverse-search-history (C-r)}}{116}
|
||||
\entry {\code {revert-line (M-r)}}{122}
|
||||
\initial {S}
|
||||
\entry {\code {self-insert (a, b, A, 1, !, \dots {})}}{117}
|
||||
\entry {\code {self-insert (a, b, A, 1, !, \dots {})}}{118}
|
||||
\entry {\code {set-mark (C-@)}}{122}
|
||||
\entry {\code {shell-backward-kill-word ()}}{119}
|
||||
\entry {\code {shell-backward-word ()}}{115}
|
||||
|
||||
+4
-4
@@ -1,4 +1,4 @@
|
||||
This is TeX, Version 3.1415926 (TeX Live 2011/Fink) (format=tex 2012.4.18) 27 DEC 2013 14:46
|
||||
This is TeX, Version 3.1415926 (TeX Live 2011/Fink) (format=tex 2012.4.18) 9 JAN 2014 16:24
|
||||
**/usr/homes/chet/src/bash/src/doc/bashref.texi
|
||||
(/usr/homes/chet/src/bash/src/doc/bashref.texi (./texinfo.tex
|
||||
Loading texinfo [version 2013-09-11.11]:
|
||||
@@ -328,7 +328,7 @@ gnored[]
|
||||
|
||||
[113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124]
|
||||
[125] [126] [127] [128] [129] [130]
|
||||
Overfull \hbox (26.43913pt too wide) in paragraph at lines 2142--2142
|
||||
Overfull \hbox (26.43913pt too wide) in paragraph at lines 2148--2148
|
||||
[] @texttt # Tilde expansion, with side effect of expanding tilde to full p
|
||||
athname[]
|
||||
|
||||
@@ -379,10 +379,10 @@ Overfull \vbox (10.81442pt too high) has occurred while \output is active
|
||||
Here is how much of TeX's memory you used:
|
||||
2225 strings out of 497974
|
||||
30407 string characters out of 3220833
|
||||
68774 words of memory out of 3000000
|
||||
68772 words of memory out of 3000000
|
||||
3040 multiletter control sequences out of 15000+200000
|
||||
32896 words of font info for 113 fonts, out of 3000000 for 9000
|
||||
51 hyphenation exceptions out of 8191
|
||||
16i,6n,14p,319b,749s stack positions out of 5000i,500n,10000p,200000b,50000s
|
||||
|
||||
Output written on bashref.dvi (172 pages, 720864 bytes).
|
||||
Output written on bashref.dvi (172 pages, 721324 bytes).
|
||||
|
||||
Binary file not shown.
+1
-1
@@ -14,7 +14,7 @@ This is Edition @value{EDITION}, last updated @value{UPDATED},
|
||||
of @cite{The GNU Bash Reference Manual},
|
||||
for @code{Bash}, Version @value{VERSION}.
|
||||
|
||||
Copyright @copyright{} 1988--2013 Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1988--2014 Free Software Foundation, Inc.
|
||||
|
||||
@quotation
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ This is Edition @value{EDITION}, last updated @value{UPDATED},
|
||||
of @cite{The GNU Bash Reference Manual},
|
||||
for @code{Bash}, Version @value{VERSION}.
|
||||
|
||||
Copyright @copyright{} 1988--2013 Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1988--2014 Free Software Foundation, Inc.
|
||||
|
||||
@quotation
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
|
||||
+4
-4
@@ -1,10 +1,10 @@
|
||||
@ignore
|
||||
Copyright (C) 1988-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 1988-2014 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set LASTCHANGE Sun Oct 20 22:15:33 EDT 2013
|
||||
@set LASTCHANGE Mon Jan 6 16:46:33 EST 2014
|
||||
|
||||
@set EDITION 4.3
|
||||
@set VERSION 4.3
|
||||
@set UPDATED 20 October 2013
|
||||
@set UPDATED-MONTH October 2013
|
||||
@set UPDATED 6 January 2014
|
||||
@set UPDATED-MONTH January 2014
|
||||
|
||||
Reference in New Issue
Block a user