mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02: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
|
@ -1,5 +1,7 @@
|
|||
2015-11-26 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted (cf. 37226): Test/B02typeset.ztst: export == typeset -xg
|
||||
|
||||
* 37225: Test/V10private.ztst: fix test from 37208
|
||||
|
||||
* 37224: Test/B02typeset.ztst: delete obsolete comment
|
||||
|
|
|
@ -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