summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-03-19 17:43:30 +0000
committerJim Meyering <jim@meyering.net>2000-03-19 17:43:30 +0000
commit137c01c9a87e1a8a62ffbcfc768d7aaf2fbf1f55 (patch)
tree4cbe225277e75e04d3ab59bd0767f7cb55e8cbd4 /doc
parent4433751d7a10eb26f7e2ae123ee1014597f6813b (diff)
downloadcoreutils-137c01c9a87e1a8a62ffbcfc768d7aaf2fbf1f55.tar.xz
fix typos (dates not the same)
Diffstat (limited to 'doc')
-rw-r--r--doc/getdate.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/getdate.texi b/doc/getdate.texi
index be2a3e189..c07dc5eee 100644
--- a/doc/getdate.texi
+++ b/doc/getdate.texi
@@ -113,10 +113,10 @@ specified differently, depending on whether the month is specified
numerically or literally. All these strings specify the same calendar date:
@example
-1970-09-17 # ISO 8601.
-70-9-17 # Assume 19xx for 69 through 99, 20xx for 00 through 68.
-70-09-17 # Leading zeros are ignored.
-9/17/72 # Common U.S. writing.
+1972-09-24 # ISO 8601.
+72-9-24 # Assume 19xx for 69 through 99, 20xx for 00 through 68.
+72-09-24 # Leading zeros are ignored.
+9/24/72 # Common U.S. writing.
24 September 1972
24 Sept 72 # September has a special abbreviation.
24 Sep 72 # Three-letter abbreviations always allowed.
@@ -129,8 +129,8 @@ The year can also be omitted. In this case, the last specified year is
used, or the current year if none. For example:
@example
-9/17
-sep 17
+9/24
+sep 24
@end example
Here are the rules.