diff --git a/bash_completion b/bash_completion index 5a087942..7d882db7 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - some programmable completion functions for bash 2.05b # -# $Id: bash_completion,v 1.595 2003/07/21 10:05:34 ianmacd Exp $ +# $Id: bash_completion,v 1.596 2003/07/29 04:19:03 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -2951,7 +2951,7 @@ _longopt() if [[ "$cur" == --*=* ]]; then opt=${cur%%=*} - # cut backlash that gets inserted before '=' sign + # cut backslash that gets inserted before '=' sign opt=${opt%\\*} cur=${cur#*=} _filedir @@ -4073,11 +4073,11 @@ _perldoc() pack read syscall sysread syswrite unpack vec -X chdir chmod \ chown chroot fcntl glob ioctl link lstat mkdir open opendir \ readlink rename rmdir stat symlink umask unlink utime caller \ - continue die do dump eval exit goto last next redo return \ + continue do dump eval exit goto last next redo return \ sub wantarray caller import local my our package use defined \ - dump eval formline local my our reset scalar undef wantarray \ + formline reset scalar undef \ alarm exec fork getpgrp getppid getpriority kill pipe qx \ - setpgrp setpriority sleep system times wait waitpid do \ + setpgrp setpriority sleep system times wait waitpid \ import no package require use bless dbmclose dbmopen package \ ref tie tied untie use accept bind connect getpeername \ getsockname getsockopt listen recv send setsockopt shutdown \