mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
Comment should say export is equivalent to typeset -xg
This commit is contained in:
parent
2bab9f0394
commit
211889c982
2 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Equivalences:
|
||||
# declare typeset
|
||||
# export typeset -x
|
||||
# export typeset -xg
|
||||
# float typeset -E
|
||||
# functions typeset -f
|
||||
# integer typeset -i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue