Typeset
Set or display attributes and values for shell parameters.
+Modified
diff --git a/index.html b/index.html index ba16a99..05c4349 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ -
Set or display attributes and values for shell parameters.
+Modified
Set or display attributes and values for shell parameters. Except as noted below for control flags that change the behavior, a parameter is created for each name that does not already refer to one. When inside a function, a new parameter is created for every name (even those that already exist) and is unset again when the function completes. See Local Parameters in zshparam(1). The same rules apply to special shell parameters, which retain their special attributes when made local.
For each name=value assignment, the parameter name is set to value.
If the shell option TYPESET_SILENT is not set, for each remaining name that refers to a parameter that is already set, the diff --git a/readme/index.html b/readme/index.html index f3ec1c6..0afe650 100644 --- a/readme/index.html +++ b/readme/index.html @@ -5,4 +5,4 @@ /