From c977b0125d562732ad62d9e0b682d2e271a9c3ee Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 16 Mar 2010 22:53:32 +0000 Subject: unposted: document that age functions uses zstat, not stat --- Doc/Zsh/calsys.yo | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Doc/Zsh/calsys.yo') diff --git a/Doc/Zsh/calsys.yo b/Doc/Zsh/calsys.yo index ea315f5c3..1201f4dcf 100644 --- a/Doc/Zsh/calsys.yo +++ b/Doc/Zsh/calsys.yo @@ -539,14 +539,8 @@ findex(age) The function tt(age) can be autoloaded and use separately from the calendar system, although it uses the function tt(calendar_scandate) -for date formatting. It requires the tt(zsh/stat) builtin, which -makes available the builtin tt(stat). This may conflict with an -external programme of the same name; if it does, the builtin may be -disabled for normal operation by including the following code in -an initialization file: - -example(zmodload -i zsh/stat -disable stat) +for date formatting. It requires the tt(zsh/stat) builtin, but uses +only the builtin tt(zstat). tt(age) selects files having a given modification time for use as a glob qualifier. The format of the date is the same as that -- cgit 1.4.1