bug-bash
[Top][All Lists]
Advanced

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

Minor man pages fixes


From: bmj001
Subject: Minor man pages fixes
Date: Fri, 21 Nov 2008 23:09:18 -0000 (UTC)
User-agent: SquirrelMail/1.4.9a

Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: linux-gnu
Compiler: gcc
Compilation
CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i386'
-DCONF_OSTYPE='linux-gnu'
-DCONF_MACHTYPE='i386-redhat-linux-gnu'
-DCONF_VENDOR='redhat' -DLOCALEDIR='/usr/share/locale'
-DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H   -I.  -I. -I./include
-I./lib  -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g
-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables
uname output: Linux Brain
2.6.26.6-49.fc8 #1 SMP Fri Oct 17 15:59:36 EDT 2008 i686 i686 i386
GNU/Linux
Machine Type: i386-redhat-linux-gnu
Bash
Version: 3.2
Patch Level: 33
Release Status: release
Description:
        In 'man bash':
        In the
description of "nullglob", the "If ... is disabled"
seems to imply
          that it's enabled by default (it's
not).
        The tabular entry for "nolog" is on the same
line as "noglob".
Repeat-By:
        Invoke
'man bash'; grep for "nullglob" (third sentence under
          "Pathname Expansion").
        Invoke 'man
bash'; grep for "Currently ignored" (in description of
          "nolog" under "set" command
description).
Fix:
--- -   2008-11-20
22:45:45.929047898 -0800
+++ /tmp/bash.1 2008-11-20
22:44:58.000000000 -0800
@@ -2742,7 +2742,7 @@
 If no matching
file names are found,
 and the shell option
 .B nullglob
-is disabled, the word is left unchanged.
+is not set, the word is
left unchanged.
 If the 
 .B nullglob
 option is set, and
no matches are found,
--- -   2008-11-20
22:56:58.450682001 -0800
+++ /tmp/bash.1 2008-11-20
22:56:37.000000000 -0800
@@ -7695,6 +7695,7 @@
 .B noglob
 Same as
 .BR \-f .
+.TP 8
 .B nolog
 Currently
ignored.
 .TP 8
--
Email and shopping with the feelgood factor!
55% of income to good causes. http://www.ippimail.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]