Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/date For the -d option, refer to parsedate(3) for examples.



details:   https://anonhg.NetBSD.org/src/rev/ad5a3f9e4d41
branches:  trunk
changeset: 751453:ad5a3f9e4d41
user:      reed <reed%NetBSD.org@localhost>
date:      Thu Feb 04 19:25:22 2010 +0000

description:
For the -d option, refer to parsedate(3) for examples.

diffstat:

 bin/date/date.1 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r f8159a7cce28 -r ad5a3f9e4d41 bin/date/date.1
--- a/bin/date/date.1   Thu Feb 04 18:06:53 2010 +0000
+++ b/bin/date/date.1   Thu Feb 04 19:25:22 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: date.1,v 1.39 2009/01/30 13:16:16 reed Exp $
+.\"    $NetBSD: date.1,v 1.40 2010/02/04 19:25:22 reed Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -73,6 +73,9 @@
 .It Fl d Ar date
 Parse the provided human-described date and time and display the result without
 actually changing the system clock.
+(See
+.Xr parsedate 3 
+for examples.)
 .It Fl j
 Parse the provided canonical representation of date and time (described below)
 and display the result without actually changing the system clock.



Home | Main Index | Thread Index | Old Index