Update of /cvsroot/winbash/winbash/documentation
In directory usw-pr-cvs1:/tmp/cvs-serv6262/documentation
Modified Files:
Makefile README bash.1 bash.ps bash.txt builtins.txt
features.dvi features.ps readline.ps readline.txt
Log Message:
Major realignment to 1.14.7
Index: Makefile
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 9 Mar 2002 16:05:42 -0000 1.3
+++ Makefile 11 Mar 2002 14:32:14 -0000 1.4
@@ -1,18 +1,18 @@
# This Makefile is for the Bash/documentation directory -*- text -*-.
#
-CP = cp
RM = rm -f
-INSTALL_DATA = install -c -m 644
+INSTALL_DATA = ../support/install.sh -c -m 644
-DOC_SUPPORT = ../lib/doc-support/
-TEXINDEX = $(DOC_SUPPORT)texindex
-TEXINDSRC = $(DOC_SUPPORT)texindex.c
+# unused
+TEXINDEX = texindex
TEX = tex
+
+MAKEINFO = makeinfo
+TEXI2DVI = ../support/texi2dvi
QUIETPS = #set this to -q to shut up dvips
DVIPS = dvips -D 300 $(QUIETPS) -o $@ # tricky
TEXINPUTS = ./../lib/readline/doc
-MAKEINFO = makeinfo
# Change to groff -Tascii if you don't have nroff
NROFF = nroff
@@ -51,15 +51,13 @@
all: ps info dvi text
-ps: bash.ps builtins.ps readline.ps article.ps
+ps: bash.ps readline.ps article.ps
dvi: features.dvi features.ps
info: features.info
text: bash.txt builtins.txt readline.txt article.txt
features.dvi: features.texi $(HSUSER) $(RLUSER)
- TEXINPUTS=.:$(TEXINPUTS):$$TEXINPUTS $(TEX) features.texi
- $(TEXINDEX) features.??
- TEXINPUTS=.:$(TEXINPUTS):$$TEXINPUTS $(TEX) features.texi
+ TEXINPUTS=.:$(TEXINPUTS):$$TEXINPUTS $(TEXI2DVI) features.texi
features.ps: features.dvi
$(RM) $@
@@ -68,26 +66,13 @@
features.info: features.texi $(HSUSER) $(RLUSER)
$(MAKEINFO) --no-split -I$(TEXINPUTS) features.texi
-bash.dvi: $(TEXINDEX) bash.texinfo $(HSUSER) $(RLUSER)
- TEXINPUTS=.:$(TEXINPUTS):$$TEXINPUTS $(TEX) bash.texinfo
- $(TEXINDEX) bash.??
- TEXINPUTS=.:$(TEXINPUTS):$$TEXINPUTS $(TEX) bash.texinfo
-
-bashman.ps: bash.dvi
- rm -f $@
- $(DVIPS) bash.dvi
-
bash.txt: bash.1
bash.ps: bash.1
-builtins.ps: builtins.1 bash.1
builtins.txt: builtins.1 bash.1
readline.txt: readline.3
readline.ps: readline.3
article.ps: article.ms
-$(TEXINDEX): $(TEXINDSRC)
- (cd $(DOC_SUPPORT); $(MAKE) $(MFLAGS) texindex)
-
hsuser.texinfo: ../lib/readline/doc/hsuser.texinfo
ln -s ../lib/readline/doc/hsuser.texinfo .
@@ -95,25 +80,24 @@
ln -s ../lib/readline/doc/rluser.texinfo .
clean:
- rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs \
- *.fns *.kys *.tps *.vrs *.o core texindex rluser.texinfo hsuser.texinfo
+ $(RM) *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs \
+ *.fns *.kys *.tps *.vrs *.o core rluser.texinfo hsuser.texinfo
-distclean:
- rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs \
- *.dvi *.info *.info-* *.fns *.kys *.tps *.vrs *.o core texindex \
- rluser.texinfo hsuser.texinfo
+distclean mostlyclean: clean
-realclean: clean
+realclean maintainer-clean: clean
+ rm -f *.dvi *.info *.ps *.txt
-install: all
+installdirs:
-[ -d $(mandir) ] || mkdir $(mandir)
- $(INSTALL_DATA) bash.1 $(mandir)
- sed 's:so bash.1:so man1/bash.1:' < builtins.1 > $(mandir)/bash_builtins.1
-[ -d $(man3dir) ] || mkdir $(man3dir)
- $(INSTALL_DATA) readline.3 $(man3dir)
-[ -d $(infodir) ] || mkdir $(infodir)
+
+install: all installdirs
+ $(INSTALL_DATA) bash.1 $(mandir)
+ $(INSTALL_DATA) readline.3 $(man3dir)
$(INSTALL_DATA) features.info $(infodir)/bash.info
uninstall:
- $(RM) $(mandir)/bash.1 $(mandir)/bash_builtins.1
+ $(RM) $(mandir)/bash.1
$(RM) $(man3dir)/readline.3 $(infodir)/bash.info
Index: README
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README 9 Mar 2002 04:43:15 -0000 1.2
+++ README 11 Mar 2002 14:32:14 -0000 1.3
@@ -1,5 +1,6 @@
This directory contains the bash documentation.
+FAQ - a set of frequently-asked questions about Bash with answers
article.ms - an article I wrote about bash for The Linux Journal
bash.1 - the bash man page
builtins.1 - a man page that documents the builtins, extracted from bash.1
Index: bash.1
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/bash.1,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- bash.1 11 Mar 2002 04:50:29 -0000 1.5
+++ bash.1 11 Mar 2002 14:32:14 -0000 1.6
@@ -10,7 +10,7 @@
.\"
.\" bash_builtins, strip all but Built-Ins section
.if \n(zZ=1 .ig zZ
-! .TH BASH 1 "1995 May 5" GNU
+.TH BASH 1 "1995 May 5" GNU
.\"
.\" There's some problem with having a `@'
.\" in a tagged paragraph with the BSD man macros.
@@ -837,12 +837,7 @@
below). The default path is system\-dependent,
and is set by the administrator who installs
.BR bash .
-A common value is
-``.:/usr/gnu/bin:/usr/local/bin:/usr/ucb:/bin:/usr/bin:/etc:/usr/etc''.
-Note that in some circumstances, however, a leading `.' in
-.SM
-.B PATH
-can be a security hazard.
+A common value is ``/usr/gnu/bin:/usr/local/bin:/usr/ucb:/bin:/usr/bin:.''.
.TP
.B HOME
The home directory of the current user; the default argument for the
Index: bash.ps
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/bash.ps,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bash.ps 9 Mar 2002 04:43:15 -0000 1.2
+++ bash.ps 11 Mar 2002 14:32:14 -0000 1.3
@@ -290,7 +290,8 @@
(cutes commands from this \214le, then e).15 F(xits.)-.15 E F2(Bash')5.224 E(s)
-.37 E F0 -.15(ex)2.724 G .224(it status is the e).15 F .224
(xit status of the last com-)-.15 F(mand e)108 691.2 Q -.15(xe)-.15 G
-(cuted in the script.).15 E 186.51(GNU 1995)72 768 R(Mar 9)2.5 E(1)535 768 Q EP
+(cuted in the script.).15 E 185.675(GNU 1995)72 768 R(May 5)2.5 E(1)535 768 Q
+EP
%%Page: 2 2
%%BeginPageSetup
BP
@@ -376,8 +377,8 @@
650.4 Q F3(command)144 667.2 Q F2(&&)2.5 E F3(command2)2.5 E(command2)108 684 Q
[...3859 lines suppressed...]
+(ug reports should include:)-.2 E(The v)108 141.6 Q(ersion number of)-.15 E F2
+(bash)2.5 E F0(The hardw)108 153.6 Q(are and operating system)-.1 E
+(The compiler used to compile)108 165.6 Q 2.5(Ad)108 177.6 S
+(escription of the b)122.72 177.6 Q(ug beha)-.2 E(viour)-.2 E 2.5(As)108 189.6
+S(hort script or `recipe' which e)121.61 189.6 Q -.15(xe)-.15 G(rcises the b)
+.15 E(ug)-.2 E F1(bashb)108 206.4 Q(ug)-.2 E F0
+(inserts the \214rst three items automatically into the template it pro)2.5 E
+(vides for \214ling a b)-.15 E(ug report.)-.2 E(Comments and b)108 223.2 Q
+(ug reports concerning this manual page should be directed to)-.2 E F1 -.15(ch)
+2.5 G(et@ins.CWR).15 E -.25(U.)-.4 G(Edu).25 E F0(.).25 E/F3 9/Times-Bold@0 SF
+-.09(BU)72 240 S(GS).09 E F0(It')108 252 Q 2.5(st)-.55 G(oo big and too slo)
+126.06 252 Q -.65(w.)-.25 G 1.868(There are some subtle dif)108 268.8 R 1.868
+(ferences between)-.25 F F2(bash)4.369 E F0 1.869(and traditional v)4.369 F
+1.869(ersions of)-.15 F F2(sh)4.369 E F0 4.369(,m)C 1.869(ostly because of the)
+455.243 268.8 R F3(POSIX)108 280.8 Q F0(speci\214cation.)2.25 E
+(Aliases are confusing in some uses.)108 297.6 Q 185.675(GNU 1995)72 768 R
+(May 5)2.5 E(37)530 768 Q EP
%%Trailer
end
%%EOF
Index: bash.txt
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/bash.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bash.txt 9 Mar 2002 04:43:15 -0000 1.2
+++ bash.txt 11 Mar 2002 14:32:15 -0000 1.3
@@ -60,7 +60,7 @@
-GNU Last change: 1994 July 26 1
+GNU Last change: 1995 May 5 1
@@ -126,7 +126,7 @@
[...2095 lines suppressed...]
be directed to _c_h_e_t@_i_n_s._C_W_R_U._E_d_u.
@@ -3954,7 +3944,17 @@
-GNU Last change: 1994 July 26 60
+
+
+
+
+
+
+
+
+
+
+GNU Last change: 1995 May 5 60
Index: builtins.txt
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/builtins.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- builtins.txt 9 Mar 2002 04:43:15 -0000 1.2
+++ builtins.txt 11 Mar 2002 14:32:15 -0000 1.3
@@ -838,17 +838,17 @@
shift [_n]
The positional parameters from _n+1 ... are renamed to
- $1 .... If _n is not given, it is assumed to be 1. The
- exit status is 1 if _n is greater than $#; otherwise 0.
+ $1 .... Parameters represented by the numbers $# down
+ to $#-_n+1 are unset. If _n is 0, no parameters are
+ changed. If _n is not given, it is assumed to be 1. _n
+ must be a non-negative number less than or equal to $#.
+ If _n is greater than $#, the positional parameters are
+ not changed. The return status is greater than 0 if _n
+ is greater than $# or less than 0; otherwise 0.
suspend [-f]
Suspend the execution of this shell until it receives a
SIGCONT signal. The -f option says not to complain if
- this is a login shell; just suspend anyway. The return
- status is 0 unless the shell is a login shell and -f is
- not supplied, or if job control is not enabled.
-
- test _e_x_p_r
@@ -863,6 +863,11 @@
+ this is a login shell; just suspend anyway. The return
+ status is 0 unless the shell is a login shell and -f is
+ not supplied, or if job control is not enabled.
+
+ test _e_x_p_r
[ _e_x_p_r ]
Return a status of 0 (true) or 1 (false) depending on
the evaluation of the conditional expression _e_x_p_r.
@@ -910,11 +915,6 @@
True if _f_i_l_e exists and is owned by the effective
user id.
-G _f_i_l_e
- True if _f_i_l_e exists and is owned by the effective
- group id.
- _f_i_l_e_1 -nt _f_i_l_e_2
- True if _f_i_l_e_1 is newer (according to modification
- date) than _f_i_l_e_2.
@@ -929,6 +929,11 @@
+ True if _f_i_l_e exists and is owned by the effective
+ group id.
+ _f_i_l_e_1 -nt _f_i_l_e_2
+ True if _f_i_l_e_1 is newer (according to modification
+ date) than _f_i_l_e_2.
_f_i_l_e_1 -ot _f_i_l_e_2
True if _f_i_l_e_1 is older than file2.
_f_i_l_e_1 -ef _f_i_l_e
@@ -976,11 +981,6 @@
_a_r_g is executed on exit from the shell. With no argu-
ments, trap prints the list of commands associated with
each signal number. The -l option causes the shell to
- print a list of signal names and their corresponding
- numbers. An argument of -- disables option checking
- for the rest of the arguments. Signals ignored upon
- entry to the shell cannot be trapped or reset. Trapped
- signals are reset to their original values in a child
@@ -995,6 +995,11 @@
+ print a list of signal names and their corresponding
+ numbers. An argument of -- disables option checking
+ for the rest of the arguments. Signals ignored upon
+ entry to the shell cannot be trapped or reset. Trapped
+ signals are reset to their original values in a child
process when it is created. The return status is false
if either the trap name or number is invalid; otherwise
trap returns true.
@@ -1042,11 +1047,6 @@
-a all current limits are reported
-c the maximum size of core files created
-d the maximum size of a process's data segment
- -f the maximum size of files created by the shell
- -m the maximum resident set size
- -s the maximum stack size
- -t the maximum amount of cpu time in seconds
- -p the pipe size in 512-byte blocks (this may not be
@@ -1061,6 +1061,11 @@
+ -f the maximum size of files created by the shell
+ -m the maximum resident set size
+ -s the maximum stack size
+ -t the maximum amount of cpu time in seconds
+ -p the pipe size in 512-byte blocks (this may not be
set)
-n the maximum number of open file descriptors (most
systems do not allow this value to be set, only
@@ -1108,11 +1113,6 @@
Note that PATH, IFS, PPID, PS1, PS2, UID, and EUID can-
not be unset. If any of RANDOM, SECONDS, LINENO, or
HISTCMD are unset, they lose their special properties,
- even if they are subsequently reset. The exit status
- is true unless a _n_a_m_e does not exist or is non-
- unsettable.
-
- wait [_n]
@@ -1127,6 +1127,11 @@
+ even if they are subsequently reset. The exit status
+ is true unless a _n_a_m_e does not exist or is non-
+ unsettable.
+
+ wait [_n]
Wait for the specified process and return its termina-
tion status. _n may be a process ID or a job specifica-
tion; if a job spec is given, all processes in that
@@ -1139,11 +1144,6 @@
SEE ALSO
bash(1), sh(1)
-
-
-
-
-
Index: features.dvi
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/features.dvi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
Binary files /tmp/cvsP9EmAa and /tmp/cvsEIJ9Pc differ
Index: features.ps
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/features.ps,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- features.ps 9 Mar 2002 04:43:15 -0000 1.2
+++ features.ps 11 Mar 2002 14:32:15 -0000 1.3
@@ -1,4279 +1,3825 @@
-%!PS-Adobe-2.0
-%%Creator: dvipsk 5.490s Copyright 1986, 1992 Radical Eye Software
-%%Title: features.dvi
-%%Pages: 60 1
-%%BoundingBox: 0 0 612 792
-%%EndComments
+%!PS (but not EPSF; comments have been disabled)
%DVIPSCommandLine: dvips -D 300 -o features.ps features.dvi
-%%BeginProcSet: tex.pro
-%!
-/TeXDict 250 dict def TeXDict begin /N{def}def /B{bind def}N /S{exch}N /X{S N}
[...8025 lines suppressed...]
+b(Readline)j(T)o(yp)q(e)d(F)l(or)g(Y)l(ou)5 b Fa(:)i(:)h(:)f(:)g(:)g(:)
+g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f
+(:)g(:)g(:)20 b Fl(48)299 1692 y(7.4.7)44 b(Keyb)q(oard)15
+b(Macros)9 b Fa(:)e(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f
+(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
+g(:)h(:)f(:)g(:)g(:)h(:)f(:)24 b Fl(48)299 1754 y(7.4.8)44
+b(Some)15 b(Miscellaneous)i(Commands)11 b Fa(:)d(:)f(:)g(:)g(:)g(:)h(:)
+f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g
+(:)27 b Fl(49)149 1816 y(7.5)45 b(Readline)17 b(vi)f(Mo)q(de)d
+Fa(:)7 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)
+g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
+(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)27
+b Fl(50)0 1941 y Fj(App)r(endix)d(A)67 b(V)-6 b(ariable)24
+b(Index)15 b Fb(:)c(:)f(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)h(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)38 b Fj(51)0
+2081 y(App)r(endix)24 b(B)67 b(Concept)22 b(Index)c Fb(:)10
+b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g
+(:)h(:)f(:)g(:)g(:)h(:)f(:)g(:)39 b Fj(53)p eop end
userdict /end-hook known{end-hook}if
-%%EOF
Index: readline.ps
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/readline.ps,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- readline.ps 9 Mar 2002 04:43:15 -0000 1.2
+++ readline.ps 11 Mar 2002 14:32:15 -0000 1.3
@@ -217,19 +217,19 @@
(o, k)-.18 E(eymap\))-.1 E(char *k)108 427.2 Q(eyseq, *macr)-.1 E(o;)-.18 E
-.25(Ke)108 439.2 S(ymap k).25 E(eymap;)-.1 E(int rl_v)108 456 Q
(ariable_bind \(v)-.1 E(ariable, v)-.1 E(alue\))-.1 E(char *v)108 468 Q
-(ariable, *v)-.1 E(alue;)-.1 E(int rl_parse_and_bind \(line\))108 489.6 Q
-(char *line;)108 501.6 Q(int rl_translate_k)108 518.4 Q(eyseq \(k)-.1 E
-(eyseq, array)-.1 E 2.5(,l)-.55 G(en\))276.68 518.4 Q(char *k)108 530.4 Q
-(eyseq, *array;)-.1 E(int *len;)108 542.4 Q
-(Function *rl_named_function \(command\))108 559.2 Q(char *command;)108 571.2 Q
-(Function *rl_function_of_k)108 588 Q(eyseq \(k)-.1 E(eyseq, k)-.1 E
-(eymap, type\))-.1 E(char *k)108 600 Q(eyseq;)-.1 E -.25(Ke)108 612 S(ymap k)
-.25 E(eymap;)-.1 E(int *type;)108 624 Q(char **rl_in)108 640.8 Q -.1(vo)-.4 G
-(king_k).1 E(eyseqs \(function\))-.1 E(Function *function;)108 652.8 Q
-(char **rl_in)108 669.6 Q -.1(vo)-.4 G(king_k).1 E(eyseqs_in_map \(function, k)
--.1 E(eymap\))-.1 E(Function *function;)108 681.6 Q -.25(Ke)108 693.6 S(ymap k)
-.25 E(eymap;)-.1 E -.1(vo)108 710.4 S(id rl_function_dumper \(r).1 E(eadable\))
--.18 E(int r)108 722.4 Q(eadable;)-.18 E F0 184.005(GNU 1994)72 768 R(July 26)
+(ariable, *v)-.1 E(alue;)-.1 E(int rl_parse_and_bind \(line\))108 484.8 Q
+(char *line;)108 496.8 Q(int rl_translate_k)108 513.6 Q(eyseq \(k)-.1 E
+(eyseq, array)-.1 E 2.5(,l)-.55 G(en\))276.68 513.6 Q(char *k)108 525.6 Q
+(eyseq, *array;)-.1 E(int *len;)108 537.6 Q
+(Function *rl_named_function \(command\))108 554.4 Q(char *command;)108 566.4 Q
+(Function *rl_function_of_k)108 583.2 Q(eyseq \(k)-.1 E(eyseq, k)-.1 E
+(eymap, type\))-.1 E(char *k)108 595.2 Q(eyseq;)-.1 E -.25(Ke)108 607.2 S
+(ymap k).25 E(eymap;)-.1 E(int *type;)108 619.2 Q(char **rl_in)108 636 Q -.1
+(vo)-.4 G(king_k).1 E(eyseqs \(function\))-.1 E(Function *function;)108 648 Q
+(char **rl_in)108 664.8 Q -.1(vo)-.4 G(king_k).1 E(eyseqs_in_map \(function, k)
+-.1 E(eymap\))-.1 E(Function *function;)108 676.8 Q -.25(Ke)108 688.8 S(ymap k)
+.25 E(eymap;)-.1 E -.1(vo)108 705.6 S(id rl_function_dumper \(r).1 E(eadable\))
+-.18 E(int r)108 717.6 Q(eadable;)-.18 E F0 184.005(GNU 1994)72 768 R(July 26)
2.5 E(1)535 768 Q EP
%%Page: 2 2
%%BeginPageSetup
@@ -690,9 +690,9 @@
-1.667(M\255_ \))2.5 F F0 1.077(Insert the last ar)144 628.8 R 1.077
(gument to the pre)-.18 F 1.077(vious command \(the last w)-.25 F 1.077
(ord on the pre)-.1 F 1.077(vious line\).)-.25 F -.4(Wi)6.076 G 1.076(th an).4
-F(ar)144 640.8 Q(gument, beha)-.18 E .3 -.15(ve ex)-.2 H(actly lik).15 E 2.5
-(e@)-.1 G(code{yank-nth-ar)274.9 640.8 Q(g}.)-.18 E F1(Commands f)87 657.6 Q
-(or Changing T)-.25 E(ext)-.92 E(delete\255char \(C\255d\))108 669.6 Q F0 .486
+F(ar)144 640.8 Q(gument, beha)-.18 E .3 -.15(ve ex)-.2 H(actly lik).15 E(e)-.1
+E F1(yank-nth-ar)2.5 E(g)-.1 E F0(.)A F1(Commands f)87 657.6 Q(or Changing T)
+-.25 E(ext)-.92 E(delete\255char \(C\255d\))108 669.6 Q F0 .486
(Delete the character under the cursor)144 681.6 R 5.486(.I)-.55 G 2.987(fp)
304.636 681.6 S .487(oint is at the be)315.953 681.6 R .487
(ginning of the line, there are no charac-)-.15 F
Index: readline.txt
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/readline.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- readline.txt 9 Mar 2002 04:43:15 -0000 1.2
+++ readline.txt 11 Mar 2002 14:32:15 -0000 1.3
@@ -601,7 +601,7 @@
Insert the last argument to the previous command (the
last word on the previous line). With an argument,
- behave exactly like @code{yank-nth-arg}.
+ behave exactly like yank-nth-arg.
Commands for Changing Text
delete-char (C-d)
|