From 35c16fe35fd7420ce7d0cd4059a02650ad8d4eb2 Mon Sep 17 00:00:00 2001 From: tadf Date: Sat, 11 Jun 2011 13:42:35 +0000 Subject: [PATCH] * time.c: a correction of doc for strftime (%v). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ time.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 12ffa8777b..bee6cb58b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Jun 11 22:41:37 2011 Tadayoshi Funaba + + * time.c: a correction of doc for strftime (%v). + Sat Jun 11 22:30:53 2011 Tadayoshi Funaba * ext/date/date_core.c: replaced doc for strftime based on Time's one. diff --git a/time.c b/time.c index 7d12909557..d2c5ecc163 100644 --- a/time.c +++ b/time.c @@ -4438,7 +4438,7 @@ strftimev(const char *fmt, VALUE time) * %c - date and time (%a %b %e %T %Y) * %D - Date (%m/%d/%y) * %F - The ISO 8601 date format (%Y-%m-%d) - * %v - VMS date (%e-%b-%Y) + * %v - VMS date (%e-%^b-%4Y) * %x - Same as %D * %X - Same as %T * %r - 12-hour time (%I:%M:%S %p)