about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2022-02-06 16:12:10 +0100
committerMikael Magnusson <mikachu@gmail.com>2022-02-22 10:44:49 +0100
commit0684c6a76249f6ec9fb2e79fc26340c2ae42def1 (patch)
tree707d53137a72a2b21d280eedd4a7049b1c92731c /Doc
parent421f5d7f67976e369ef8613c455d8232e2326f3a (diff)
downloadzsh-0684c6a76249f6ec9fb2e79fc26340c2ae42def1.tar.gz
zsh-0684c6a76249f6ec9fb2e79fc26340c2ae42def1.tar.xz
zsh-0684c6a76249f6ec9fb2e79fc26340c2ae42def1.zip
49769: Mention how to show nanosecond precision
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_stat.yo2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_stat.yo b/Doc/Zsh/mod_stat.yo
index 9caed1e45..b591d4003 100644
--- a/Doc/Zsh/mod_stat.yo
+++ b/Doc/Zsh/mod_stat.yo
@@ -118,6 +118,8 @@ formatting of the time elements.  The format string supports all of the
 zsh extensions described in
 ifzman(the section EXPANSION OF PROMPT SEQUENCES in zmanref(zshmisc))\
 ifnzman(noderef(Prompt Expansion)).
+In particular, tt(-F %s.%N) can be used to show timestamps with nanosecond
+precision if supported by the system.
 The tt(-s) option is implied.
 )
 item(tt(-g))(