X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=builtins%2Fset.def;h=6e69eb6e9513fe0e48ac58a7d5755bcaa2b33d3d;hb=495aee441b75276e38c75694ccb455bb6463fdb9;hp=5e550cbc9b6e09e14eaf7e93f2de31e4a864787d;hpb=30d188c2932d6ef609d894fefeb7e7b03ccff463;p=platform%2Fupstream%2Fbash.git diff --git a/builtins/set.def b/builtins/set.def index 5e550cb..6e69eb6 100644 --- a/builtins/set.def +++ b/builtins/set.def @@ -59,7 +59,7 @@ extern int no_line_editing; $BUILTIN set $FUNCTION set_builtin -$SHORT_DOC set [--abefhkmnptuvxBCHP] [-o option-name] [arg ...] +$SHORT_DOC set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...] Set or unset values of shell options and positional parameters. Change the value of shell attributes and positional parameters, or @@ -138,6 +138,9 @@ Options: -P If set, do not follow symbolic links when executing commands such as cd which change the current directory. -T If set, the DEBUG trap is inherited by shell functions. + -- Assign any remaining arguments to the positional parameters. + If there are no remaining arguments, the positional parameters + are unset. - Assign any remaining arguments to the positional parameters. The -x and -v options are turned off.