diff -ur bash-3.2.orig/builtins/set.def bash-3.2.new/builtins/set.def --- bash-3.2.orig/builtins/set.def 2006-07-27 15:41:43.000000000 +0200 +++ bash-3.2.new/builtins/set.def 2006-12-11 14:25:17.000000000 +0100 @@ -60,7 +60,8 @@ $BUILTIN set $FUNCTION set_builtin -$SHORT_DOC set [--abefhkmnptuvxBCHP] [-o option] [arg ...] +$SHORT_DOC set [--abefhkmnptuvxBCEHPT] [-o option] [arg ...] + Switches shell attributes on or off. Available switches are: -a Mark variables which are modified or created for export. -b Notify of job termination immediately. -e Exit immediately if a command exits with a non-zero status. diff -ur bash-3.2.orig/doc/bash.1 bash-3.2.new/doc/bash.1 --- bash-3.2.orig/doc/bash.1 2006-10-03 14:54:26.000000000 +0200 +++ bash-3.2.new/doc/bash.1 2006-12-11 14:25:17.000000000 +0100 @@ -7539,7 +7539,7 @@ Any command associated with the \fBRETURN\fP trap is executed before execution resumes after the function or script. .TP -\fBset\fP [\fB\-\-abefhkmnptuvxBCHP\fP] [\fB\-o\fP \fIoption\fP] [\fIarg\fP ...] +\fBset\fP [\fB\-\-abefhkmnptuvxBCEHPT\fP] [\fB\-o\fP \fIoption\fP] [\fIarg\fP ...] Without options, the name and value of each shell variable are displayed in a format that can be reused as input for setting or resetting the currently-set variables. diff -ur bash-3.2.orig/doc/bashref.texi bash-3.2.new/doc/bashref.texi --- bash-3.2.orig/doc/bashref.texi 2006-09-28 16:25:28.000000000 +0200 +++ bash-3.2.new/doc/bashref.texi 2006-12-11 14:25:17.000000000 +0100 @@ -3935,7 +3935,7 @@ @item set @btindex set @example -set [--abefhkmnptuvxBCHP] [-o @var{option}] [@var{argument} @dots{}] +set [--abefhkmnptuvxBCEHPT] [-o @var{option}] [@var{argument} @dots{}] @end example If no options or arguments are supplied, @code{set} displays the names