Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _make-kpkg commands _->-
- X-seq: zsh-workers 24135
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _make-kpkg commands _->-
- Date: Sat, 1 Dec 2007 18:53:09 -0500
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
The underscores are valid, but in the interest of being consistent for
now..
Index: Completion/Debian/Command/_make-kpkg
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_make-kpkg,v
retrieving revision 1.5
diff -u -r1.5 _make-kpkg
--- Completion/Debian/Command/_make-kpkg 22 Feb 2007 17:02:09 -0000 1.5
+++ Completion/Debian/Command/_make-kpkg 1 Dec 2007 23:51:18 -0000
@@ -34,14 +34,14 @@
binary-arch\:"arch dependent packages" \
kernel-source\:"package of the kernel sources" \
kernel-headers\:"package of the header files included in the kernel" \
- kernel_manual\:"package of the manual pages included in the kernel" \
+ kernel-manual\:"package of the manual pages included in the kernel" \
kernel-doc\:"package of teh documentation included in the kernel" \
kernel-image\:"package of the kernel image" \
build\:"compiles the kernel" \
modules\:"build all add-on modules" \
- modules_config\:"configure all add-on modules" \
- modules_image\:"build all add-on modules, but wirhou source and diff files" \
- modules_clean\:"clean add-on modules" \
+ modules-config\:"configure all add-on modules" \
+ modules-image\:"build all add-on modules, but wirhou source and diff files" \
+ modules-clean\:"clean add-on modules" \
configure\:"configure the kernel" \
debian\:"creates the debian/ directory" \
libc-kheaders\:"create the kernel headers package needed by libc" \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author