Bug#327055: bash: wrong example path in getopt manpage

2005-09-07 Thread Steffen Joeris
Package: bash
Version: 3.0-15
Severity: minor

The example-path in the getopt manpage is wrong.
Instead of /usr/lib/getopt or /usr/local/lib/getopt
it should be /usr/share/doc/util-linux/examples

If bash is the wrong package, please hit me ;=)

Greetings
Steffen

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-386
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages bash depends on:
ii  base-files3.1.7  Debian base system miscellaneous f
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  passwd1:4.0.3-39 change and administer password and

bash recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#327055: bash: wrong example path in getopt manpage

2005-09-07 Thread Justin Pryzby
reassign 327055 util-linux
retitle 327055 util-linux: wrong path for examples in getopt manpage
thanks

On Wed, Sep 07, 2005 at 12:37:19PM +0200, Steffen Joeris wrote:
 Package: bash
 Version: 3.0-15
 Severity: minor
 
 The example-path in the getopt manpage is wrong.
 Instead of /usr/lib/getopt or /usr/local/lib/getopt
 it should be /usr/share/doc/util-linux/examples
 
 If bash is the wrong package, please hit me ;=)
I guess it is.  Bash has a builting called getopt (evidenced by
running help getopt from a bash prompt), but there is also
/usr/bin/getopt (run: which getopt), provided by pacakge util-linux
(run: dpkg -S $(which getopt)).  The manpage for the libc library
function getopt is provided by manpages-dev (run: dpkg -S getopt.):

  manpages-dev: /usr/share/man/man3/getopt.3.gz
  util-linux: /usr/share/man/man1/getopt.1.gz

Since I see a reference to /usr/lib/getopt or /usr/local/lib/getopt
in getopt.1, I understand that you are talking about util-linux's
getopt; thusly reassigning.

(/me hits Steffen Joeris with a wet trout). 

Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]