]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Make "Date input formats" easier to find in info file
authorPádraig Brady <P@draigBrady.com>
Tue, 25 Sep 2007 17:00:04 +0000 (18:00 +0100)
committerJim Meyering <jim@meyering.net>
Thu, 27 Sep 2007 06:41:03 +0000 (08:41 +0200)
* doc/coreutils.texi (date invocation):
`man date` gives all options for the date command except
the description of the date input formats. Therefore it
should be easy to browse to this info using `info date`.

Signed-off-by: Pádraig Brady <P@draigBrady.com>
ChangeLog
doc/coreutils.texi

index 228d26df66e8633b38ce65f985c067f91fad5d65..ed52ad0425db2def1d8d606d4061f6284f1d75e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-25  Pádraig Brady <P@draigBrady.com>
+
+       * doc/coreutils.texi (date invocation):
+       Make "Date input formats" easier to navigate to.
+
 2007-09-25  Jim Meyering  <jim@meyering.net>
 
        Use XOR, not OR to combine bits.
index 71a71a4b9ad504e832e0b65b96b4e77d5d8e08ac..46f1fd935e1560659c739b7760c5976abf8d1ad0 100644 (file)
@@ -411,6 +411,7 @@ System context
 * Padding and other flags::      Pad with zeros, spaces, etc.
 * Setting the time::             Changing the system clock.
 * Options for date::             Instead of the current time.
+* Date input formats::           Specifying date strings.
 * Examples of date::             Examples.
 
 Modified command invocation
@@ -12395,6 +12396,9 @@ described below.
 * Padding and other flags::        Pad with zeros, spaces, etc.
 * Setting the time::               Changing the system clock.
 * Options for date::               Instead of the current time.
+@detailmenu
+* Date input formats::             Specifying date strings.
+@end detailmenu
 * Examples of date::               Examples.
 @end menu
 
@@ -12725,7 +12729,7 @@ format.  It can contain month names, time zones, @samp{am} and @samp{pm},
 @samp{yesterday}, etc.  For example, @option{--date="2004-02-27
 14:19:13.489392193 +0530"} specifies the instant of time that is
 489,392,193 nanoseconds after February 27, 2004 at 2:19:13 PM in a
-time zone that is 5 hours and 30 minutes east of @acronym{UTC}.
+time zone that is 5 hours and 30 minutes east of @acronym{UTC}.@*
 @xref{Date input formats}.
 
 @item -f @var{datefile}