- some perldoc clean-up
This commit is contained in:
parent
7cec9a3b4b
commit
018e37936a
@ -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 <ian@caliban.org>
|
||||
#
|
||||
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user