diff options
author | Jim Meyering <jim@meyering.net> | 1995-04-04 21:19:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-04-04 21:19:44 +0000 |
commit | 364c21f83112388a1daa596f0be55f218867dcc8 (patch) | |
tree | fe2f4d8cfc00548cb978c7912cf1b5cfbfcca70c | |
parent | d71f5443c97eeac6f983777c25ed30cb9650e10a (diff) | |
download | coreutils-364c21f83112388a1daa596f0be55f218867dcc8.tar.xz |
.
-rw-r--r-- | doc/getdate.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/getdate.texi b/doc/getdate.texi index 877a02eba..80a75f13e 100644 --- a/doc/getdate.texi +++ b/doc/getdate.texi @@ -91,7 +91,7 @@ zeros on numbers are ignored. A @dfn{calendar date item} specifies a day of the year. It is specified differently, depending on whether the month is specified -numerically or literally. All these strings specify the same calendar date: +numerically or literally. All these strings specify the same calendar date: @example 1970-9-17 # ISO 8601. @@ -124,7 +124,7 @@ any positive number, @var{month} is a number between 1 and 12, and @var{day} is a number between 1 and 31. If @var{year} is less than 100, then 1900 is added to it to force a date in this century. The construct @samp{@var{month}/@var{day}/@var{year}}, popular in the United States, -is accepted. Also @samp{@var{month}/@var{day}}, omitting the year. +is accepted. Also @samp{@var{month}/@var{day}}, omitting the year. @cindex month names in date strings @cindex abbreviations for months @@ -378,7 +378,7 @@ A comma following a day of the week item is ignored. @cindex displacement of dates @dfn{Relative items} adjust a date (or the current date if none) forward -or backward. The effect of relative items accumulate. Here are some +or backward. The effects of relative items accumulate. Here are some examples: @example |