Re: Bash man page typo

2014-06-25 Thread Colin Watson
On Wed, May 28, 2014 at 09:11:54AM -0700, Evan Ostroski wrote:
> Sorry if this isn't the place for this, wasn't sure where to send
> this, and this list is listed as the package maintainer for bash in
> Ubuntu.

It would be best to file this as a bug report.  You can use "ubuntu-bug
bash", or (since it probably doesn't need any particular system-specific
information) you could use this link:

  https://bugs.launchpad.net/ubuntu/+source/bash/+filebug?no-redirect

Thanks,

-- 
Colin Watson   [cjwat...@ubuntu.com]

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Bash man page typo

2014-05-28 Thread Evan Ostroski
Sorry if this isn't the place for this, wasn't sure where to send
this, and this list is listed as the package maintainer for bash in
Ubuntu.

I verified that the upstream is correct.  I found this while reading
bash[1] on Ubuntu 14.04.  Here's the main block:

Bash attempts to determine when it is being run with its standard input
connected  to a a network connection, as if by the remote shell daemon,
usually rshd, or the secure shell daemon sshd.   If bash  determines  it
is  being  run  in  this  fashion,  it reads and executes commands from
~/.bashrc and ~/.bashrc, if these files exist  and  are  readable.  It
will  not  do  this if invoked as sh.  The --norc option may be used to
inhibit this behavior, and the --rcfile option may  be  used  to  force
another  file  to be read, but rshd does not generally invoke the shell
with those options or allow them to be specified.

And the line in question:

~/.bashrc and ~/.bashrc, if these files exist  and  are  readable.

It seems like a reference to /etc/bash.bashrc was substituted with
~/.bashrc (back with 10.04?), and while the line isn't incorrect, it
is a typo.

Also this shows up:
http://manpages.ubuntu.com/manpages/trusty/man1/bash.1.html
http://manpages.ubuntu.com/manpages/saucy/man1/bash.1.html
http://manpages.ubuntu.com/manpages/raring/man1/bash.1.html
http://manpages.ubuntu.com/manpages/quantal/man1/bash.1.html
http://manpages.ubuntu.com/manpages/precise/man1/bash.1.html
http://manpages.ubuntu.com/manpages/lucid/man1/bash.1.html

Thank you!
Evan Ostroski

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss