diff options
Diffstat (limited to 'shells/zsh/files')
-rw-r--r-- | shells/zsh/files/patch-Completion_BSD_Command___kld | 11 | ||||
-rw-r--r-- | shells/zsh/files/patch-Doc_zshmodules.1 | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/shells/zsh/files/patch-Completion_BSD_Command___kld b/shells/zsh/files/patch-Completion_BSD_Command___kld new file mode 100644 index 000000000000..7a49642520dc --- /dev/null +++ b/shells/zsh/files/patch-Completion_BSD_Command___kld @@ -0,0 +1,11 @@ +--- Completion/BSD/Command/_kld.orig 2013-11-27 19:00:18 UTC ++++ Completion/BSD/Command/_kld +@@ -4,7 +4,7 @@ + _kld_module() { + local ret=1 + +- compadd "$@" - /boot/kernel/*.ko(-.:t) /modules/*.ko(-.:t) && ret=0 ++ compadd "$@" - /boot/{kernel,modules}/*.ko(-.:t) && ret=0 + _files "$@" -g '*.ko(-.)' && ret=0 + + return ret diff --git a/shells/zsh/files/patch-Doc_zshmodules.1 b/shells/zsh/files/patch-Doc_zshmodules.1 new file mode 100644 index 000000000000..d7e839541ae8 --- /dev/null +++ b/shells/zsh/files/patch-Doc_zshmodules.1 @@ -0,0 +1,10 @@ +--- Doc/zshmodules.1.orig 2014-11-21 22:50:41 UTC ++++ Doc/zshmodules.1 +@@ -2415,7 +2415,6 @@ Returns the process ID of the current pr + Returns the process ID of the parent of the current process, even in + subshells\&. Compare \fB$PPID\fP, which returns the process ID of the parent + of the main shell process\&. +-.RE + .SH "THE ZSH/NET/TCP MODULE" + .\" Yodl file: Zsh/mod_tcp.yo + |