Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] Completion for chrt and ionice



On Mon, Sep 22, 2008 at 04:53:59PM +0000, Jörg Sommer wrote:
> This completion is not correct. Here are patches for it:

plus one spelling fix.

Index: Completion/Linux/Command/_ionice
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Linux/Command/_ionice,v
retrieving revision 1.2
diff -u -r1.2 _ionice
--- Completion/Linux/Command/_ionice	23 Sep 2008 05:26:54 -0000	1.2
+++ Completion/Linux/Command/_ionice	23 Sep 2008 05:27:18 -0000
@@ -4,7 +4,7 @@
   '(* -)-h[display usage information]' \
   '(*)-p[interpret args as process ID]' \
   '-c[scheduling class]:class:(( 1\:realtime 2\:best-effort 3\:idle ))' \
-  '-n[scheduling class priority]:class-pririty:((
+  '-n[scheduling class priority]:class-priority:((
     0\:high\ priority
     {6..1}\:
     7\:low\ priority



Messages sorted by: Reverse Date, Date, Thread, Author