about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2000-05-15 00:31:20 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2000-05-15 00:31:20 +0000
commit6ff206e057d46095bb21aa943c383bc76cd15036 (patch)
tree31fda7d1d727bae1121f088fe3d5392351b8fb4d /Doc/Zsh/builtins.yo
parent26cc1ad1dfb9ba4ffeaf6079762439822ab828ef (diff)
downloadzsh-6ff206e057d46095bb21aa943c383bc76cd15036.tar.gz
zsh-6ff206e057d46095bb21aa943c383bc76cd15036.tar.xz
zsh-6ff206e057d46095bb21aa943c383bc76cd15036.zip
Add -L option to the hash builtin
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r--Doc/Zsh/builtins.yo5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 6d6b9cfbc..86128bb8d 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -452,7 +452,7 @@ an error message when an option is invalid.  The exit status is
 nonzero when there are no more options.
 )
 findex(hash)
-item(tt(hash) [ tt(-dfmrv) ] [ var(name)[tt(=)var(value)] ] ...)(
+item(tt(hash) [ tt(-Ldfmrv) ] [ var(name)[tt(=)var(value)] ] ...)(
 tt(hash) can be used to directly modify the contents of the command
 hash table, and the named directory hash table.  Normally one would
 modify these tables by modifying one's tt(PATH)
@@ -494,6 +494,9 @@ the hash table will be unchanged.
 
 The tt(-v) option causes hash table entries to be listed as they are
 added by explicit specification.  If has no effect if used with tt(-f).
+
+If the tt(-L) flag is present, then each hash table entry is printed in
+the form of a call to hash.
 )
 alias(history)(fc -l)
 findex(integer)