Package: zsh
Version: 4.3.10-13
Severity: normal
Tags: patch

"xsltproc --help" contains:

[...]
        --nodtdattr do not default attributes from the DTD
[...]

but this option isn't listed in the completion for xsltproc.
The attached patch fixes this problem.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages zsh depends on:
ii  libc6                     2.11.1-3       Embedded GNU C Library: Shared lib
ii  libcap2                   1:2.17-2       support for getting/setting POSIX.
ii  libncursesw5              5.7+20100313-2 shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libc6                         2.11.1-3   Embedded GNU C Library: Shared lib
ii  libpcre3                      8.02-1     Perl 5 Compatible Regular Expressi

Versions of packages zsh suggests:
ii  zsh-doc                       4.3.10-13  zsh documentation - info/HTML form

-- no debconf information
--- /usr/share/zsh/functions/Completion/Unix/_xmlsoft   2010-06-13 
17:54:20.000000000 +0200
+++ share/zsh/site-functions/_xmlsoft   2010-06-14 02:48:44.000000000 +0200
@@ -14,6 +14,7 @@
       '--debug[dump the tree of the result instead]' \
       '--dumpextensions[dump registered extension elements and functions]' \
       '--novalid[skip the DTD loading phase]' \
+      '--nodtdattr[do not default attributes from the DTD]' \
       '--noout[do not dump the result]' \
       '--maxdepth[increase the maximum depth]:depth' \
       '--maxparsedepth[increase the maximum parser depth]:depth' \

Reply via email to