diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-05-14 23:32:33 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-05-14 23:32:33 +0200 |
commit | 2ae4a3989e1bd06c82d597418a46b25cb14d57ed (patch) | |
tree | 9cfc4bf449c34f9493e369910e94773d4cc88366 /Doc/help/shift | |
parent | 43867f68c0b1279ec096ce5639e6ec3a2df8103f (diff) | |
parent | d4d203488826181aa4eb360ce57de138417ba680 (diff) | |
download | zsh-2ae4a3989e1bd06c82d597418a46b25cb14d57ed.tar.gz zsh-2ae4a3989e1bd06c82d597418a46b25cb14d57ed.zip |
Update upstream source from tag 'upstream/5.9'
Update to upstream version '5.9'
with Debian dir 9ec0c75153d850f8dda83cca1a9ed3ff6200c14b
Diffstat (limited to 'Doc/help/shift')
-rw-r--r-- | Doc/help/shift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/help/shift b/Doc/help/shift index 3bb236707..bb46a8f1f 100644 --- a/Doc/help/shift +++ b/Doc/help/shift @@ -1,6 +1,6 @@ shift [ -p ] [ n ] [ name ... ] - The positional parameters ${n+1} ... are renamed to $1 ..., - where n is an arithmetic expression that defaults to 1. If any + The positional parameters ${n+1} ... are renamed to $1 ..., + where n is an arithmetic expression that defaults to 1. If any names are given then the arrays with these names are shifted in- stead of the positional parameters. |