Update of /cvsroot/winbash/winbash/documentation
In directory usw-pr-cvs1:/tmp/cvs-serv381/documentation
Modified Files:
Makefile README article.ms article.ps article.txt bash.1
bash.ps bash.txt builtins.1 builtins.ps builtins.txt
features.dvi features.info features.ps features.texi
readline.3 readline.ps readline.txt texinfo.tex
Log Message:
Fixed more cr/lf problems.
Index: Makefile
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ Makefile 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,119 +1,119 @@
-# This Makefile is for the Bash/documentation directory -*- text -*-.
-#
-CP = cp
-RM = rm -f
-
-INSTALL_DATA = install -c -m 644
-
-DOC_SUPPORT = ../lib/doc-support/
-TEXINDEX = $(DOC_SUPPORT)texindex
-TEXINDSRC = $(DOC_SUPPORT)texindex.c
-TEX = tex
-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
-
-# This should be a program that converts troff to postscript
-GROFF = groff
-
-HSUSER = ./../lib/readline/doc/hsuser.texinfo
-RLUSER = ./../lib/readline/doc/rluser.texinfo
-
-.SUFFIXES: .1 .3 .ms .ps .txt .dvi
-
-.1.ps:
- $(RM) $@
- ${GROFF} -man $< > $@
-
-.1.txt:
- $(RM) $@
- ${NROFF} -man $< > $@
-
-.ms.ps:
- $(RM) $@
- ${GROFF} -ms $< > $@
-
-.ms.txt:
- $(RM) $@
- ${NROFF} -ms $< > $@
-
-.3.ps:
- $(RM) $@
- ${GROFF} -man $< > $@
-
-.3.txt:
- $(RM) $@
- ${NROFF} -man $< > $@
-
-all: ps info dvi text
-
-ps: bash.ps builtins.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
-
-features.ps: features.dvi
- $(RM) $@
- $(DVIPS) features.dvi
-
-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 .
-
-rluser.texinfo: ../lib/readline/doc/rluser.texinfo
- 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
-
-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
-
-realclean: clean
-
-install: all
- [ -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_DATA) features.info $(infodir)/bash.info
-
-uninstall:
- $(RM) $(mandir)/bash.1 $(mandir)/bash_builtins.1
- $(RM) $(man3dir)/readline.3 $(infodir)/bash.info
+# This Makefile is for the Bash/documentation directory -*- text -*-.
+#
+CP = cp
+RM = rm -f
+
+INSTALL_DATA = install -c -m 644
+
+DOC_SUPPORT = ../lib/doc-support/
+TEXINDEX = $(DOC_SUPPORT)texindex
+TEXINDSRC = $(DOC_SUPPORT)texindex.c
+TEX = tex
+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
+
+# This should be a program that converts troff to postscript
+GROFF = groff
+
+HSUSER = ./../lib/readline/doc/hsuser.texinfo
+RLUSER = ./../lib/readline/doc/rluser.texinfo
+
+.SUFFIXES: .1 .3 .ms .ps .txt .dvi
+
+.1.ps:
+ $(RM) $@
+ ${GROFF} -man $< > $@
+
+.1.txt:
+ $(RM) $@
+ ${NROFF} -man $< > $@
+
+.ms.ps:
+ $(RM) $@
+ ${GROFF} -ms $< > $@
+
+.ms.txt:
+ $(RM) $@
+ ${NROFF} -ms $< > $@
+
+.3.ps:
+ $(RM) $@
+ ${GROFF} -man $< > $@
+
+.3.txt:
+ $(RM) $@
+ ${NROFF} -man $< > $@
+
+all: ps info dvi text
+
+ps: bash.ps builtins.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
+
+features.ps: features.dvi
+ $(RM) $@
+ $(DVIPS) features.dvi
+
+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 .
+
+rluser.texinfo: ../lib/readline/doc/rluser.texinfo
+ 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
+
+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
+
+realclean: clean
+
+install: all
+ [ -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_DATA) features.info $(infodir)/bash.info
+
+uninstall:
+ $(RM) $(mandir)/bash.1 $(mandir)/bash_builtins.1
+ $(RM) $(man3dir)/readline.3 $(infodir)/bash.info
Index: README
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/README,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- README 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ README 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,31 +1,31 @@
-This directory contains the bash documentation.
-
-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
-features.texi - the `bash features' document, suitable for an info tree
-readline.3 - the readline man page
-
-The `.ps' files are postscript versions of the above. The `.txt' versions
-are ascii -- the output of `nroff'.
-
-The rest of this file explains how to use the `builtins.1' man page.
-
-For each command in the list of builtins create a file in man/man1 called:
-
-${command}.1
-
-eg.
-for.1
-type.1
-alias.1
-etc.
-
-All these files are identical as follows:
-
-jaws@jaws(264)$ cat alias.1
-.so man1/builtins.1
-jaws@jaws(265)$
-
-Make sure you adjust the .so line in builtins.1 to reflect where you
-put it.
+This directory contains the bash documentation.
+
+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
+features.texi - the `bash features' document, suitable for an info tree
+readline.3 - the readline man page
+
+The `.ps' files are postscript versions of the above. The `.txt' versions
+are ascii -- the output of `nroff'.
+
+The rest of this file explains how to use the `builtins.1' man page.
+
+For each command in the list of builtins create a file in man/man1 called:
+
+${command}.1
+
+eg.
+for.1
+type.1
+alias.1
+etc.
+
+All these files are identical as follows:
+
+jaws@jaws(264)$ cat alias.1
+.so man1/builtins.1
+jaws@jaws(265)$
+
+Make sure you adjust the .so line in builtins.1 to reflect where you
+put it.
Index: article.ms
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/article.ms,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- article.ms 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ article.ms 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,1114 +1,1114 @@
-.de SE \" start example
-.sp .5
-.RS
-.ft CR
-.nf
-..
-.de EE \" end example
-.fi
-.sp .5
-.RE
-.ft R
[...2197 lines suppressed...]
+are included, and a \*Qminimal\*U configuration, which omits job
+control, aliases, history and command line editing, the directory
+stack and
+.B pushd/popd/dirs,
+process substitution, prompt string special character decoding, and the
+.I select
+construct. This minimal version is designed to be a drop-in replacement
+for the traditional \s-1UNIX\s+1 /bin/sh, and is included as the Linux
+/bin/sh in several packagings.
+.NH 1
+Conclusion
+.PP
+Bash is a worthy successor to sh.
+It is sufficiently portable
+to run on nearly every version of \s-1UNIX\s+1 from
+4.3 BSD to SVR4.2, and several \s-1UNIX\s+1 workalikes.
+It is robust enough to replace sh on most of those systems,
+and provides more functionality. It has several thousand regular users,
+and their feedback has helped to make it as good as it is today \- a
+testament to the benefits of free software.
Index: article.ps
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/article.ps,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- article.ps 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ article.ps 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,1368 +1,1368 @@
-%!PS-Adobe-3.0
-%%Creator: groff version 1.08
-%%DocumentNeededResources: font Times-Bold
-%%+ font Times-Italic
-%%+ font Times-Roman
-%%+ font Courier
-%%DocumentSuppliedResources: procset grops 1.08 0
-%%Pages: 11
-%%PageOrder: Ascend
-%%Orientation: Portrait
-%%EndComments
[...2705 lines suppressed...]
+223.2 R .8(It is suf)5.8 F .8(\214ciently portable to run on nearly e)-.25 F
+-.15(ve)-.25 G .8(ry v).15 F .8(ersion of)-.15 F F1(UNIX)3.3 E F0 .311
+(from 4.3 BSD to SVR4.2, and se)72 235.2 R -.15(ve)-.25 G(ral).15 E F1(UNIX)
+2.811 E F0 -.1(wo)2.811 G(rkalik).1 E 2.811(es. It)-.1 F .31(is rob)2.81 F .31
+(ust enough to replace sh on most of those)-.2 F 1.515(systems, and pro)72
+247.2 R 1.515(vides more functionality)-.15 F 6.515(.I)-.65 G 4.015(th)254.315
+247.2 S 1.515(as se)266.11 247.2 R -.15(ve)-.25 G 1.515(ral thousand re).15 F
+1.515(gular users, and their feedback has)-.15 F(helped to mak)72 259.2 Q 2.5
+(ei)-.1 G 2.5(ta)138.28 259.2 S 2.5(sg)148 259.2 S
+(ood as it is today \255 a testament to the bene\214ts of free softw)159.39
+259.2 Q(are.)-.1 E .32 LW 76 698 72 698 DL 80 698 76 698 DL 84 698 80 698 DL 88
+698 84 698 DL 92 698 88 698 DL 96 698 92 698 DL 100 698 96 698 DL 104 698 100
+698 DL 108 698 104 698 DL 112 698 108 698 DL 116 698 112 698 DL 120 698 116 698
+DL 124 698 120 698 DL 128 698 124 698 DL 132 698 128 698 DL 136 698 132 698 DL
+140 698 136 698 DL 144 698 140 698 DL/F4 8/Times-Roman@0 SF
+(*BSD/386 is a trademark of Berk)72 708 Q(ele)-.08 E 2(yS)-.12 G(oftw)198.896
+708 Q(are Design, Inc.)-.08 E EP
+%%Trailer
+end
+%%EOF
Index: article.txt
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/article.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- article.txt 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ article.txt 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,1111 +1,1111 @@
-
-
-
-
-
-
-
-
-
- Bash - The GNU shell*
-
[...2191 lines suppressed...]
+
+
+
+
+
+
+
+
+
+
+_________________________
+*BSD/386 is a trademark of Berkeley Software Design,
+Inc.
+
+
+
+
+ July 18, 1994
+
+
Index: bash.1
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/bash.1,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- bash.1 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ bash.1 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,5366 +1,5366 @@
-.\"
-.\" MAN PAGE COMMENTS to
-.\"
-.\" Chet Ramey
-.\" Information Network Services
-.\" Case Western Reserve University
-.\" ch...@in...
-.\"
-.\" Last Change: Wed Jul 20 16:13:25 EDT 1994
-.\"
-.\" bash_builtins, strip all but Built-Ins section
[...10701 lines suppressed...]
+.PD
+.PP
+Comments and bug reports concerning
+this manual page should be directed to
+.IR ch...@in... .
+.SH BUGS
+.PP
+It's too big and too slow.
+.PP
+There are some subtle differences between
+.B bash
+and traditional versions of
+.BR sh ,
+mostly because of the
+.SM
+.B POSIX
+specification.
+.PP
+Aliases are confusing in some uses.
+.zZ
Index: bash.ps
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/bash.ps,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- bash.ps 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ bash.ps 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,3958 +1,3958 @@
-%!PS-Adobe-3.0
-%%Creator: groff version 1.08
-%%DocumentNeededResources: font Times-Roman
-%%+ font Times-Bold
-%%+ font Times-Italic
-%%+ font Symbol
-%%DocumentSuppliedResources: procset grops 1.08 0
-%%Pages: 37
-%%PageOrder: Ascend
-%%Orientation: Portrait
-%%EndComments
[...7885 lines suppressed...]
+(ep.ai.MIT)-.37 E(.Edu)-.74 E F0 2.001(or posted to the Usenet)4.501 F(ne)108
+160.8 Q(wsgroup)-.25 E F2(gnu.bash.b)2.5 E(ug)-.2 E F0(.)A(ALL b)108 177.6 Q
+(ug reports should include:)-.2 E(The v)108 194.4 Q(ersion number of)-.15 E F2
+(bash)2.5 E F0(The hardw)108 206.4 Q(are and operating system)-.1 E
+(The compiler used to compile)108 218.4 Q 2.5(Ad)108 230.4 S
+(escription of the b)122.72 230.4 Q(ug beha)-.2 E(viour)-.2 E 2.5(As)108 242.4
+S(hort script or `recipe' which e)121.61 242.4 Q -.15(xe)-.15 G(rcises the b)
+.15 E(ug)-.2 E(Comments and b)108 259.2 Q
+(ug reports concerning this manual page should be directed to)-.2 E F3 -.15(ch)
+2.5 G(et@ins.CWR).15 E -.25(U.)-.4 G(Edu).25 E F0(.).25 E F1 -.09(BU)72 276 S
+(GS).09 E F0(It')108 288 Q 2.5(st)-.55 G(oo big and too slo)126.06 288 Q -.65
+(w.)-.25 G 1.869(There are some subtle dif)108 304.8 R 1.869(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.368 E F0 4.368(,m)C 1.868(ostly because of the)455.246 304.8 R F1
+(POSIX)108 316.8 Q F0(speci\214cation.)2.25 E
+(Aliases are confusing in some uses.)108 333.6 Q 186.51(GNU 1995)72 768 R
+(Mar 9)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.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- bash.txt 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ bash.txt 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,3960 +1,3960 @@
-
-
-
-BASH(1) USER COMMANDS BASH(1)
-
-
-
-NAME
- bash - GNU Bourne-Again SHell
-
-SYNOPSIS
[...7889 lines suppressed...]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+GNU Last change: 1994 July 26 60
+
+
+
Index: builtins.1
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/builtins.1,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- builtins.1 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ builtins.1 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,15 +1,15 @@
-.\" This is a hack to force bash builtins into the whatis database
-.\" and to get the list of builtins to come up with the man command.
-.TH BASH_BUILTINS 1 "1993 September 16" GNU
-.SH NAME
-bash, :, ., alias, bg, bind, break, builtin, bye, case, cd, command,
-continue, declare, dirs, echo, enable, eval, exec, exit, export, fc,
-fg, for, getopts, hash, help, history, if, jobs, kill, let, local,
-logout, popd, pushd, pwd, read, readonly, return, set, shift, source,
-suspend, test, times, trap, type, typeset, ulimit, umask, unalias,
-unset, until, wait, while \- bash built-in commands, see \fBbash\fR(1)
-.SH BASH BUILTIN COMMANDS
-.nr zZ 1
-.so bash.1
-.SH SEE ALSO
-bash(1), sh(1)
+.\" This is a hack to force bash builtins into the whatis database
+.\" and to get the list of builtins to come up with the man command.
+.TH BASH_BUILTINS 1 "1993 September 16" GNU
+.SH NAME
+bash, :, ., alias, bg, bind, break, builtin, bye, case, cd, command,
+continue, declare, dirs, echo, enable, eval, exec, exit, export, fc,
+fg, for, getopts, hash, help, history, if, jobs, kill, let, local,
+logout, popd, pushd, pwd, read, readonly, return, set, shift, source,
+suspend, test, times, trap, type, typeset, ulimit, umask, unalias,
+unset, until, wait, while \- bash built-in commands, see \fBbash\fR(1)
+.SH BASH BUILTIN COMMANDS
+.nr zZ 1
+.so bash.1
+.SH SEE ALSO
+bash(1), sh(1)
Index: builtins.ps
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/builtins.ps,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- builtins.ps 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ builtins.ps 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,1367 +1,1367 @@
-%!PS-Adobe-3.0
-%%Creator: groff version 1.08
-%%DocumentNeededResources: font Times-Roman
-%%+ font Times-Bold
-%%+ font Times-Italic
-%%+ font Symbol
-%%DocumentSuppliedResources: procset grops 1.08 0
-%%Pages: 11
-%%PageOrder: Ascend
-%%Orientation: Portrait
-%%EndComments
[...2703 lines suppressed...]
+.328(The e)5.328 F .329(xit status is true)-.15 F(unless a)144 184.8 Q F2(name)
+2.5 E F0(does not e)2.5 E(xist or is non-unsettable.)-.15 E F1(wait)108 201.6 Q
+F0([)2.5 E F2(n)A F0(])A -.8(Wa)144 213.6 S 1.061
+(it for the speci\214ed process and return its termination status.).8 F F2(n)
+6.061 E F0 1.06(may be a process ID or a job)3.56 F .753
+(speci\214cation; if a job spec is gi)144 225.6 R -.15(ve)-.25 G .754
+(n, all processes in that job').15 F 3.254(sp)-.55 G .754(ipeline are w)404.012
+225.6 R .754(aited for)-.1 F 5.754(.I)-.55 G(f)502.458 225.6 Q F2(n)3.254 E F0
+.754(is not)3.254 F(gi)144 237.6 Q -.15(ve)-.25 G .027(n, all currently acti)
+.15 F .327 -.15(ve c)-.25 H .027(hild processes are w).15 F .027(aited for)-.1
+F 2.526(,a)-.4 G .026(nd the return status is zero.)375.932 237.6 R(If)5.026 E
+F2(n)2.526 E F0(speci\214es)2.526 E 2.595(an)144 249.6 S(on-e)156.035 249.6 Q
+.095(xistant process or job, the return status is 127.)-.15 F .096
+(Otherwise, the return status is the e)5.095 F .096(xit status)-.15 F
+(of the last process or job w)144 261.6 Q(aited for)-.1 E(.)-.55 E F3(SEE ALSO)
+72 278.4 Q F0(bash\(1\), sh\(1\))108 290.4 Q 170.955(GNU 1993)72 768 R
+(September 16)2.5 E(11)530 768 Q EP
+%%Trailer
+end
+%%EOF
Index: builtins.txt
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/builtins.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- builtins.txt 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ builtins.txt 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,1188 +1,1188 @@
-
-
-
-BASH_BUILTINS(1) USER COMMANDS BASH_BUILTINS(1)
-
-
-
-NAME
- bash, :, ., alias, bg, bind, break, builtin, bye, case, cd,
- command, continue, declare, dirs, echo, enable, eval, exec,
- exit, export, fc, fg, for, getopts, hash, help, history, if,
[...2345 lines suppressed...]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+GNU Last change: 1993 September 16 18
+
+
+
Index: features.dvi
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/features.dvi,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
Binary files /tmp/cvsNrDx14 and /tmp/cvsUOL0VZ differ
Index: features.info
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/features.info,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- features.info 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ features.info 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,3011 +1,3011 @@
-This is Info file features.info, produced by Makeinfo-1.55 from the
-input file features.texi.
-
-This text is a brief description of the features that are present in
-the Bash shell.
-
-This is Edition 1.14, last updated 4 August 1994,
-of `The GNU Bash Features Guide',
-for `Bash', Version 1.14.
-
-Copyright (C) 1991, 1993 Free Software Foundation, Inc.
[...5991 lines suppressed...]
+Node: Readline Movement Commands72104
+Node: Readline Killing Commands72995
+Node: Readline Arguments74698
+Node: Readline Init File75649
+Node: Readline Init Syntax76647
+Node: Conditional Init Constructs83580
+Node: Bindable Readline Commands85826
+Node: Commands For Moving86496
+Node: Commands For History87344
+Node: Commands For Text89988
+Node: Commands For Killing91727
+Node: Numeric Arguments93176
+Node: Commands For Completion93803
+Node: Keyboard Macros94816
+Node: Miscellaneous Commands95375
+Node: Readline vi Mode97466
+Node: Variable Index98343
+Node: Concept Index101671
+
+End Tag Table
Index: features.ps
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/features.ps,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- features.ps 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ features.ps 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,4279 +1,4279 @@
-%!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
-%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}
-B /TR{translate}N /isls false N /vsize 11 72 mul N /@rigin{isls{[0 -1 1 0 0 0]
[...8527 lines suppressed...]
+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 1667
+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
+1729 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 1791 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 1916
+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 2056 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
+%%Trailer
+end
+userdict /end-hook known{end-hook}if
+%%EOF
Index: features.texi
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/features.texi,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- features.texi 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ features.texi 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,1907 +1,1907 @@
-\input texinfo.tex @c -*- texinfo -*-
-@c %**start of header
-@setfilename features.info
-@settitle Bash Features
-@c %**end of header
-
-@ignore
-last change: Thu Aug 4 15:21:56 EDT 1994
-@end ignore
-
-@set EDITION 1.14
[...3783 lines suppressed...]
+
+@set readline-appendix
+@set history-appendix
+@cindex History, how to use
+@include hsuser.texinfo
+@cindex Readline, how to use
+@include rluser.texinfo
+@clear readline-appendix
+@clear history-appendix
+
+@node Variable Index
+@appendix Variable Index
+@printindex vr
+
+@node Concept Index
+@appendix Concept Index
+@printindex cp
+
+@contents
+@bye
Index: readline.3
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/readline.3,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- readline.3 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ readline.3 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,1218 +1,1218 @@
-.\"
-.\" MAN PAGE COMMENTS to
-.\"
-.\" Chet Ramey
-.\" Information Network Services
-.\" Case Western Reserve University
-.\" ch...@in...
-.\"
-.\" Last Change: Wed Jul 20 16:13:11 EDT 1994
-.\"
-.TH READLINE 3 "1994 July 26" GNU
[...2405 lines suppressed...]
+you should report it. But first, you should
+make sure that it really is a bug, and that it appears in the latest
+version of the
+.B readline
+library that you have.
+.PP
+Once you have determined that a bug actually exists, mail a
+bug report to \fIbash\-maintainers\fP@\fIprep.ai.MIT.Edu\fP.
+If you have a fix, you are welcome to mail that
+as well! Suggestions and `philosophical' bug reports may be mailed
+to \fPbug-bash\fP@\fIprep.ai.MIT.Edu\fP or posted to the Usenet
+newsgroup
+.BR gnu.bash.bug .
+.PP
+Comments and bug reports concerning
+this manual page should be directed to
+.IR ch...@in... .
+.SH BUGS
+.PP
+It's too big and too slow.
Index: readline.ps
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/readline.ps,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- readline.ps 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ readline.ps 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,1052 +1,1052 @@
-%!PS-Adobe-3.0
-%%Creator: groff version 1.08
-%%DocumentNeededResources: font Times-Roman
-%%+ font Times-Bold
-%%+ font Times-Italic
-%%DocumentSuppliedResources: procset grops 1.08 0
-%%Pages: 12
-%%PageOrder: Ascend
-%%Orientation: Portrait
-%%EndComments
-%%BeginProlog
[...2073 lines suppressed...]
+(But \214rst, you should mak)5.69 F 3.19(es)-.1 G .69
+(ure that it really is a b)436.35 516 R(ug,)-.2 E
+(and that it appears in the latest v)108 528 Q(ersion of the)-.15 E F3 -.18(re)
+2.5 G(adline).18 E F0(library that you ha)2.5 E -.15(ve)-.2 G(.).15 E 10.782
+(Once you ha)108 544.8 R 11.082 -.15(ve d)-.2 H 10.782(etermined that a b).15 F
+10.782(ug actually e)-.2 F 10.783(xists, mail a b)-.15 F 10.783(ug report to)
+-.2 F F2(bash\255maintainer)108 556.8 Q(s)-.1 E F0(@)A F2(pr)A(ep.ai.MIT)-.37 E
+(.Edu)-.74 E F0 5.169(.I)C 2.669(fy)267.359 556.8 S .169(ou ha)278.358 556.8 R
+.469 -.15(ve a \214)-.2 H .168(x, you are welcome to mail that as well!).15 F
+(Suggestions)5.168 E 2(and `philosophical' b)108 568.8 R 2.001
+(ug reports may be mailed to)-.2 F F2 -.2(bu)4.501 G(g-bash).2 E F0(@)A F2(pr)A
+(ep.ai.MIT)-.37 E(.Edu)-.74 E F0 2.001(or posted to the Usenet)4.501 F(ne)108
+580.8 Q(wsgroup)-.25 E F3(gnu.bash.b)2.5 E(ug)-.2 E F0(.)A(Comments and b)108
+597.6 Q(ug reports concerning this manual page should be directed to)-.2 E F2
+-.15(ch)2.5 G(et@ins.CWR).15 E -.25(U.)-.4 G(Edu).25 E F0(.).25 E F1 -.09(BU)72
+614.4 S(GS).09 E F0(It')108 626.4 Q 2.5(st)-.55 G(oo big and too slo)126.06
+626.4 Q -.65(w.)-.25 G 184.005(GNU 1994)72 768 R(July 26)2.5 E(12)530 768 Q EP
+%%Trailer
+end
+%%EOF
Index: readline.txt
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/readline.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- readline.txt 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ readline.txt 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,1122 +1,1122 @@
-
-
-
-READLINE(3) C LIBRARY FUNCTIONS READLINE(3)
-
-
-
-NAME
- readline - get a line from a user with editing
-
-SYNOPSIS
[...2213 lines suppressed...]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+GNU Last change: 1994 July 26 17
+
+
+
Index: texinfo.tex
===================================================================
RCS file: /cvsroot/winbash/winbash/documentation/texinfo.tex,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- texinfo.tex 9 Mar 2002 03:39:12 -0000 1.1.1.1
+++ texinfo.tex 9 Mar 2002 04:43:15 -0000 1.2
@@ -1,4003 +1,4003 @@
-%% TeX macros to handle texinfo files
-
-% Copyright (C) 1985, 86, 88, 90, 91, 92, 1993 Free Software Foundation, Inc.
-
-%This texinfo.tex file is free software; you can redistribute it and/or
-%modify it under the terms of the GNU General Public License as
-%published by the Free Software Foundation; either version 2, or (at
-%your option) any later version.
-
-%This texinfo.tex file is distributed in the hope that it will be
-%useful, but WITHOUT ANY WARRANTY; without even the implied warranty
[...7975 lines suppressed...]
+%
+@gdef@eatinput input texinfo{@fixbackslash}
+@global@let\ = @eatinput
+
+% On the other hand, perhaps the file did not have a `\input texinfo'. Then
+% the first `\{ in the file would cause an error. This macro tries to fix
+% that, assuming it is called before the first `\' could plausibly occur.
+%
+@gdef@fixbackslash{@ifx\@eatinput @let\ = @normalbackslash @fi}
+
+%% These look ok in all fonts, so just make them not special. The @rm below
+%% makes sure that the current font starts out as the newly loaded cmr10
+@catcode`@$=@other @catcode`@%=@other @catcode`@&=@other @catcode`@#=@other
+
+@textfonts
+@rm
+
+@c Local variables:
+@c page-delimiter: "^\\\\message"
+@c End:
|