diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-02-27 12:22:18 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-03-03 23:06:32 +0100 |
| commit | 252ec2330fb84695310a63a96711f971374b8a84 (patch) | |
| tree | 3026e682c0af40c84e7239d9253ea7b9f6dee28f | |
| parent | d7461050ad82023b97b5f198312eead049fc0283 (diff) | |
| download | man-pages-252ec2330fb84695310a63a96711f971374b8a84.tar.gz | |
inode.7: tfix
Epoch is 1970-01-01 00:00:00 +0000, UTC (see time(7)).
Reported-by: Walter Franzini <walter.franzini@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/inode.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/inode.7 b/man7/inode.7 index fe50a45965..d3b9fa1ff9 100644 --- a/man7/inode.7 +++ b/man7/inode.7 @@ -207,7 +207,7 @@ It is changed by writing or by setting inode information .PP The timestamp fields report time measured with a zero point at the .IR Epoch , -1970-01-02 00:00:00 +0000, UTC (see +1970-01-01 00:00:00 +0000, UTC (see .BR time (7)). .PP Nanosecond timestamps are supported on XFS, JFS, Btrfs, and |
