From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14714 invoked from network); 1 Dec 2007 23:53:28 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Dec 2007 23:53:28 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 80474 invoked from network); 1 Dec 2007 23:53:22 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Dec 2007 23:53:21 -0000 Received: (qmail 5934 invoked by alias); 1 Dec 2007 23:53:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24135 Received: (qmail 5916 invoked from network); 1 Dec 2007 23:53:16 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 1 Dec 2007 23:53:16 -0000 Received: (qmail 80176 invoked from network); 1 Dec 2007 23:53:16 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 1 Dec 2007 23:53:11 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 0E36F5CD35; Sat, 1 Dec 2007 18:53:08 -0500 (EST) Date: Sat, 1 Dec 2007 18:53:09 -0500 From: Clint Adams To: zsh-workers@sunsite.dk Subject: PATCH: _make-kpkg commands _->- Message-ID: <20071201235309.GA11890@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) 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" \