Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Doc bug in mod_stat.yo?
- X-seq: zsh-workers 24741
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Doc bug in mod_stat.yo?
- Date: Wed, 26 Mar 2008 08:26:26 -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
The command acts as a front end to the stat system call (see man
page stat(2)). The same command is provided with two names; as
the name stat is often used by an external command it is
recommended that only the zstat form of the command is used. This
can be arranged by loading the module with the command `zmodload
-F zsh/stat zstat'.
schaefer<504> zmodload -F zsh/stat zstat
zsh: module `zsh/stat' has no such feature: `zstat'
I think it needs to say "b:zstat" ?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author