From 71432c32055b1a07835bcd01ccc6474322b1a862 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 29 Jul 2008 08:39:37 +0000 Subject: users/13072: add follow option to file-sort --- Doc/Zsh/compsys.yo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Doc/Zsh') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 9069df466..b70b50297 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1494,7 +1494,10 @@ modification time; `tt(access)' to sort by the last access time; and `tt(inode)' (or `tt(change)') to sort by the last inode change time. If the style is set to any other value, or is unset, files will be sorted alphabetically by name. If the value contains the string -`tt(reverse)', sorting is done in the opposite order. +`tt(reverse)', sorting is done in the opposite order. If the value +contains the string `tt(follow)', timestamps are associated with the +targets of symbolic links; the default is to use the timestamps +of the links themselves. ) kindex(filter, completion style) item(tt(filter))( -- cgit 1.4.1