[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#618361: most directories documented wrong



Package: ghostscript
Version: 9.01~dfsg-2
File: /usr/share/man/man1/gs.1.gz

Let's face it. Most of the directories mentioned on this man page
$ man gs|col -b|perl -nwle 'print for m!/usr/\S+!g'|sed 's/\*$//' |xargs ls -d
are wrong. Even though
$ man gs|col -b|grep -ci debian
2
the page has been Debianized.

By the way, most painful here offline is the utter lack of the nonexistent:
$ gs -h | grep Use
For more information, see /usr/share/doc/ghostscript/Use.htm.

By the way, some items are mentioned twice!!
gs -h|perl -nwle 'next unless /^Available devices:/../^Search/; next if /:/;
 $h{$_}++ for split;END{for (keys %h){print if $h{$_}>1}}'
pcx256
pdfwrite



Reply to: