Imported from ../bash-2.05a.tar.gz.
[platform/upstream/bash.git] / builtins / reserved.def
index 527fc15..2897900 100644 (file)
@@ -8,7 +8,7 @@ This file is part of GNU Bash, the Bourne Again SHell.
 
 Bash is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
-Software Foundation; either version 1, or (at your option) any later
+Software Foundation; either version 2, or (at your option) any later
 version.
 
 Bash is distributed in the hope that it will be useful, but WITHOUT ANY
@@ -18,7 +18,7 @@ for more details.
 
 You should have received a copy of the GNU General Public License along
 with Bash; see the file COPYING.  If not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
 $BUILTIN for
 $SHORT_DOC for NAME [in WORDS ... ;] do COMMANDS; done
@@ -159,6 +159,6 @@ histchars       Characters controlling history expansion and quick
                third is the `history comment' character, usually `#'.
 #  endif /* BANG_HISTORY */
 HISTIGNORE     A colon-separated list of patterns used to decide which
-               command should be saved on the history list.
+               commands should be saved on the history list.
 #endif /* HISTORY */
 $END