Module Name:    src
Committed By:   uwe
Date:           Fri Dec 14 23:00:21 UTC 2012

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

Log Message:
Fix pasto in example template.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/lib/libc/time/getdate.3:1.6
--- src/lib/libc/time/getdate.3:1.5	Fri Dec 14 22:57:00 2012
+++ src/lib/libc/time/getdate.3	Fri Dec 14 23:00:21 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: getdate.3,v 1.5 2012/12/14 22:57:00 uwe Exp $
+.\"	$NetBSD: getdate.3,v 1.6 2012/12/14 23:00:21 uwe Exp $
 .\"
 .\" Copyright (c) 2009, 2011, 2012, The NetBSD Foundation.
 .\" All Rights Reserved.
@@ -180,7 +180,7 @@ defined in the template.
 .Bl -column -offset indent ".Li Friday 12:00:00" ".Sy Line in Template"
 .It Sy "Input String" Ta Sy "Line in Template"
 .It Li 11/27/86 Ta Li \&%m/\&%d/\&%y
-.It Li 27.11.86 Ta Li \&%d.\&%m/\&%y
+.It Li 27.11.86 Ta Li \&%d.\&%m.\&%y
 .It Li 86-11-27 Ta Li \&%y-\&%m-\&%d
 .It Li "Friday 12:00:00" Ta Li "\&%A \&%H:\&%M:\&%S"
 .El

Reply via email to