summaryrefslogtreecommitdiff
path: root/shells/bash/files/patch-doc_bashref.texi
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-07-30 22:01:13 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-07-30 22:01:13 +0000
commitf55e7a8694086a36d186a34e07499a12c977bfd7 (patch)
treee69f5f716d2cb0fdac9cdb113b951cda4a4233f1 /shells/bash/files/patch-doc_bashref.texi
parent- Update to 1.4.4 (diff)
Add bash3, The GNU Bourne-Again SHell version 3.00
http://cnswww.cns.cwru.edu/~chet/bash/NEWS
Notes
Notes: svn path=/head/; revision=115119
Diffstat (limited to 'shells/bash/files/patch-doc_bashref.texi')
-rw-r--r--shells/bash/files/patch-doc_bashref.texi37
1 files changed, 0 insertions, 37 deletions
diff --git a/shells/bash/files/patch-doc_bashref.texi b/shells/bash/files/patch-doc_bashref.texi
deleted file mode 100644
index b4fc6acc6e6e..000000000000
--- a/shells/bash/files/patch-doc_bashref.texi
+++ /dev/null
@@ -1,37 +0,0 @@
-
-$FreeBSD$
-
---- doc/bashref.texi.orig Tue Nov 13 18:55:03 2001
-+++ doc/bashref.texi Tue Nov 20 23:52:45 2001
-@@ -1700,7 +1700,8 @@
- and replaced with an alphabetically sorted list of
- file names matching the pattern. If no matching file names are found,
- and the shell option @code{nullglob} is disabled, the word is left
--unchanged.
-+unchanged. If the @code{failglob} option is set, an error message is
-+printed and the commandline is not executed.
- If the @code{nullglob} option is set, and no matches are found, the word
- is removed.
- If the shell option @code{nocaseglob} is enabled, the match is performed
-@@ -1713,8 +1714,8 @@
- matched explicitly.
- In other cases, the @samp{.} character is not treated specially.
-
--See the description of @code{shopt} in @ref{Bash Builtins},
--for a description of the @code{nocaseglob}, @code{nullglob},
-+See the description of @code{shopt} in @ref{Bash Builtins}, for a
-+description of the @code{nocaseglob}, @code{nullglob}, @code{failglob}
- and @code{dotglob} options.
-
- The @env{GLOBIGNORE}
-@@ -3372,6 +3373,10 @@
- @item extglob
- If set, the extended pattern matching features described above
- (@pxref{Pattern Matching}) are enabled.
-+
-+@item failglob
-+If set, filenames that have globbing characters in them, but don't match
-+anything, will cause an error.
-
- @item histappend
- If set, the history list is appended to the file named by the value