Module Name:    src
Committed By:   khorben
Date:           Fri Dec 14 22:22:51 UTC 2012

Modified Files:
        src/lib/libc/time: getdate.3

Log Message:
Fixed a typo within the examples


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/time/getdate.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/time/getdate.3
diff -u src/lib/libc/time/getdate.3:1.2 src/lib/libc/time/getdate.3:1.3
--- src/lib/libc/time/getdate.3:1.2	Thu Apr 14 05:50:49 2011
+++ src/lib/libc/time/getdate.3	Fri Dec 14 22:22:51 2012
@@ -1,6 +1,6 @@
-.\"	$NetBSD: getdate.3,v 1.2 2011/04/14 05:50:49 jruoho Exp $
+.\"	$NetBSD: getdate.3,v 1.3 2012/12/14 22:22:51 khorben Exp $
 .\"
-.\" Copyright (c) 2009, The NetBSD Foundation.
+.\" Copyright (c) 2009, 2011, 2012, The NetBSD Foundation.
 .\" All Rights Reserved.
 .\"
 .\" This code is derived from software contributed to The NetBSD Foundation
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 14, 2011
+.Dd December 14, 2012
 .Dt GETDATE 3
 .Os
 .Sh NAME
@@ -169,7 +169,7 @@ The following are examples of valid inpu
 .Bd -literal -offset indent -compact
 10/1/87 4 PM
 Friday
-Firday September 18, 1987, 10:30:30
+Friday September 18, 1987, 10:30:30
 24,9,1986 10:30
 at monday the 1st of december in 1986
 run job at 3 PM, december 2nd

Reply via email to