From 378c2c7ae7d5c98c856ab60978736f38a168151b Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 29 Jul 2007 14:44:34 +0000 Subject: 23720: handle arguments to dvips -P as part of the same word. --- ChangeLog | 3 +++ Completion/Unix/Command/_dvi | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 35f9d80c7..e779abd11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-07-29 Clint Adams + * 23720: Completion/Unix/Command/_dvi: handle arguments to dvips -P + as part of the same word. + * 23718: Completion/Unix/Command/_dvi: don't use _arguments -s. 2007-07-28 Clint Adams diff --git a/Completion/Unix/Command/_dvi b/Completion/Unix/Command/_dvi index 26b05624f..c01792978 100644 --- a/Completion/Unix/Command/_dvi +++ b/Completion/Unix/Command/_dvi @@ -39,7 +39,7 @@ dvips) '-O[specify offset of origin]:offset of origin (,)' \ '(-p -l -n)-pp[specify which pages to print]:list of pages or ranges to print:' \ '(-pp)-p[specify first page to print]:number of first page' \ - '-P[specify printer]:printer name' \ + '-P+[specify printer]:printer name' \ '-q[quiet operation]' \ '-r[reverse order of pages]' \ '-R[run securely]' \ -- cgit 1.4.1