[Winbash-checkins] CVS: winbash/documentation bash.1,1.3,1.4 readline.3,1.2,1.3
Brought to you by:
enricobrunetta,
xks
From: Enrico B. <enr...@us...> - 2002-03-11 01:47:09
|
Update of /cvsroot/winbash/winbash/documentation In directory usw-pr-cvs1:/tmp/cvs-serv23905/documentation Modified Files: bash.1 readline.3 Log Message: Applied GNU bash 1.14.5 diffs Index: bash.1 =================================================================== RCS file: /cvsroot/winbash/winbash/documentation/bash.1,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- bash.1 9 Mar 2002 16:05:42 -0000 1.3 +++ bash.1 11 Mar 2002 01:47:04 -0000 1.4 @@ -6,11 +6,11 @@ .\" Case Western Reserve University .\" ch...@in... .\" -.\" Last Change: Tue Dec 6 12:15:11 EST 1994 +.\" Last Change: Fri May 5 10:44:39 EDT 1995 .\" .\" bash_builtins, strip all but Built-Ins section .if \n(zZ=1 .ig zZ -.TH BASH 1 "1994 Dec 6" GNU +! .TH BASH 1 "1995 May 5" GNU .\" .\" There's some problem with having a `@' .\" in a tagged paragraph with the BSD man macros. @@ -1942,7 +1942,7 @@ are restored to the values they had prior to function execution. .PP -Function names may be listed with the +Function names and definitions may be listed with the .B \-f option to the .B declare @@ -3145,13 +3145,6 @@ .B display\-shell\-version (C\-x C\-v) Display version information about the current instance of .BR bash . -.TP -.B emacs\-editing\-mode (C\-e) -When in -.B vi -editing mode, this causes a switch to -.B emacs -editing mode. .PD .SH HISTORY When interactive, the shell provides access to the \fIcommand history\fP, @@ -5334,10 +5327,12 @@ .B bash 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. +Once you have determined that a bug actually exists, use the +.I bashbug +command to submit a bug report. If you have a fix, you are welcome to mail that -as well! Suggestions and `philosophical' bug reports may be mailed +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 . @@ -5356,6 +5351,10 @@ .TP A short script or `recipe' which exercises the bug .PD +.PP +.I bashbug +inserts the first three items automatically into the template +it provides for filing a bug report. .PP Comments and bug reports concerning this manual page should be directed to Index: readline.3 =================================================================== RCS file: /cvsroot/winbash/winbash/documentation/readline.3,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- readline.3 9 Mar 2002 04:43:15 -0000 1.2 +++ readline.3 11 Mar 2002 01:47:04 -0000 1.3 @@ -95,8 +95,6 @@ .fi .LP .nf -.LP -.nf .ft B int rl_parse_and_bind (line) char *line; @@ -744,7 +742,7 @@ yank\-last\-arg (M\-.\^, M\-_\^) 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 \fByank-nth-arg\fP. .PD .SS Commands for Changing Text .PP |