diff options
| author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2015-05-12 00:36:18 +0900 |
|---|---|---|
| committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2015-05-12 00:36:18 +0900 |
| commit | ffdeb1c25728c722567d6f9de2d714f3f1f2a4de (patch) | |
| tree | 8a44c42b034d54c8d71ebda2178251179070a2e9 /Doc/Zsh/mod_stat.yo | |
| parent | 35049: allow jail completion to include jid 0 for the host and to (diff) | |
| download | zsh-ffdeb1c25728c722567d6f9de2d714f3f1f2a4de.tar zsh-ffdeb1c25728c722567d6f9de2d714f3f1f2a4de.tar.gz zsh-ffdeb1c25728c722567d6f9de2d714f3f1f2a4de.tar.bz2 zsh-ffdeb1c25728c722567d6f9de2d714f3f1f2a4de.tar.lz zsh-ffdeb1c25728c722567d6f9de2d714f3f1f2a4de.tar.xz zsh-ffdeb1c25728c722567d6f9de2d714f3f1f2a4de.tar.zst zsh-ffdeb1c25728c722567d6f9de2d714f3f1f2a4de.zip | |
35075: improve manual format
also fixed a ChangeLog entry for 35034 (2015-05-06)
Diffstat (limited to 'Doc/Zsh/mod_stat.yo')
| -rw-r--r-- | Doc/Zsh/mod_stat.yo | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/Zsh/mod_stat.yo b/Doc/Zsh/mod_stat.yo index 1c540bbb2..78649de5e 100644 --- a/Doc/Zsh/mod_stat.yo +++ b/Doc/Zsh/mod_stat.yo @@ -9,9 +9,11 @@ findex(zstat) findex(stat) cindex(files, listing) cindex(files, examining) -xitem(tt(zstat) [ tt(-gnNolLtTrs) ] [ tt(-f) var(fd) ] \ +redef(SPACES)(0)(tt(ifztexi(NOTRANS(@ @ @ @ @ @ ))ifnztexi( ))) +xitem(tt(zstat )[ tt(-gnNolLtTrs) ] [ tt(-f) var(fd) ] \ [ tt(-H) var(hash) ] [ tt(-A) var(array) ] \ - [ tt(-F) var(fmt) ] [ tt(PLUS())var(element) ] [ var(file) ... ]) + [ tt(-F) var(fmt) ]) +xitem(SPACES()[ tt(PLUS())var(element) ] [ var(file) ... ]) item(tt(stat) var(...))( The command acts as a front end to the tt(stat) system call (see manref(stat)(2)). The same command is provided with two names; as |
