From 6ff206e057d46095bb21aa943c383bc76cd15036 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 15 May 2000 00:31:20 +0000 Subject: Add -L option to the hash builtin --- Doc/Zsh/builtins.yo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Doc/Zsh/builtins.yo') 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) -- cgit 1.4.1