Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/time Fix pasto in example template.



details:   https://anonhg.NetBSD.org/src/rev/5cc383036f14
branches:  trunk
changeset: 783316:5cc383036f14
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri Dec 14 23:00:21 2012 +0000

description:
Fix pasto in example template.

diffstat:

 lib/libc/time/getdate.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2cdadefc6894 -r 5cc383036f14 lib/libc/time/getdate.3
--- a/lib/libc/time/getdate.3   Fri Dec 14 22:57:00 2012 +0000
+++ b/lib/libc/time/getdate.3   Fri Dec 14 23:00:21 2012 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index