diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-26 14:16:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-26 14:16:24 +0000 |
commit | f3e058b838274c94dae7f6480bd19dae03b9677e (patch) | |
tree | 9ae933e7751b2ca781d02ceb68943fbf0d33cd42 | |
parent | 9ed4fe029ab65087908fe6b614ba6e1ab04e594d (diff) | |
download | coreutils-f3e058b838274c94dae7f6480bd19dae03b9677e.tar.xz |
typo
-rw-r--r-- | doc/getdate.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/getdate.texi b/doc/getdate.texi index 78522b2ac..90977f8d0 100644 --- a/doc/getdate.texi +++ b/doc/getdate.texi @@ -440,7 +440,7 @@ to the local time. @cindex pure numbers in date strings The precise intepretation of a pure decimal number depends -the context in the date string. +on the context in the date string. If the decimal number is of the form @var{yyyy}@var{mm}@var{dd} and no other calendar date item (@pxref{Calendar date items}) appears before it |