Package: defoma-doc Version: 0.11.10 Severity: minor Tags: patch Hi,
the usage info for defoma-hints in the DeFoMa developer's guide contains a typo: it says to redirect stderr instead of stdout. The attached patch fixes the issue. Regards Peter -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-2-k7 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) -- no debconf information
--- /usr/share/doc/defoma-doc/developers.html/ch1.html +++ /usr/share/doc/defoma-doc/developers.html/ch1.html @@ -58,7 +58,7 @@ </p> <pre> - defoma-hints <category> <font>... 2> hintfile + defoma-hints <category> <font>... > hintfile </pre> <p>

