diff options
author | Jim Meyering <jim@meyering.net> | 2002-03-01 23:35:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-03-01 23:35:00 +0000 |
commit | e2f0548110f10d1fc550103ae34e04aacb8a1625 (patch) | |
tree | 2d0edffd502be36fcb7c2a1eb42f9318997e3d45 /doc | |
parent | a25f0cdb7e09a945cbf2ae49b5308545fda7d39c (diff) | |
download | coreutils-e2f0548110f10d1fc550103ae34e04aacb8a1625.tar.xz |
(Time directives): Add %N for nanoseconds.
This documents the recent change to 'ls'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index eb393b0b3..65e3cbc38 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -9925,6 +9925,8 @@ hour ( 0@dots{}23) hour ( 1@dots{}12) @item %M minute (00@dots{}59) +@item %N +nanoseconds (000000000@dots{}999999999) @item %p locale's AM or PM @item %r |