# HG changeset patch
# User boisy
# Date 1042910741 0
# Node ID 2c541a4a340661d4509fcf73fcda1ab0b41a0479
# Parent 38fac79788e3e52bac37606d94601e2ca2cb0157
Updated to show new -t option
diff -r 38fac79788e3 -r 2c541a4a3406 docs/nitros9guide/date.refentry
--- a/docs/nitros9guide/date.refentry Sat Jan 18 16:57:20 2003 +0000
+++ b/docs/nitros9guide/date.refentry Sat Jan 18 17:25:41 2003 +0000
@@ -8,35 +8,35 @@
DATE
-
+
Description
-This command will display the current system date, and if the "t"
+This command will display the current system date, and if the "-t"
option is given, the current system time.
Examples
-date t
+date -t
-date t >/p (Output is redirected to printer)
+date -t >/p (Output is redirected to printer)
OS9: setime
- YY/MM/DD HH:MM:SS
-TIME ? 81/04/15 14:19:00
+ yyyy/mm/dd hh:mm:ss
+Time ? 2003/04/15 14:19:00
OS9:date
-April 15, 1981
+April 15, 2003
-OS9:date t
+OS9:date -t
-April 15, 1981 14:20:20
+April 15, 2003 14:20:20