diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-18 09:50:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-18 09:50:56 +0000 |
commit | 2e4b629e212c654f02e49a258cce1afdef53e6d5 (patch) | |
tree | 4f6ef83ffe88a747c5dcf1c3e95ea83a94f9a2f3 | |
parent | eaca68c2899f0f7f5e1a43e688fae68fafcb29b5 (diff) | |
download | coreutils-2e4b629e212c654f02e49a258cce1afdef53e6d5.tar.xz |
(Examples of date): Fix a typo.
-rw-r--r-- | doc/sh-utils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index b8600abe2..1cf4f0d37 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -2591,7 +2591,7 @@ To convert a date string to the number of seconds since the epoch the @samp{%s} format. That can be useful in sorting and/or graphing and/or comparing data by date. The following command outputs the number of the seconds since the epoch for the time one second later -than the epoch, but in time zone five hours later (Cambridge, Massachusetts), +than the epoch, but in a time zone five hours later (Cambridge, Massachusetts), thus a total of five hours and one second after the epoch: @example |