From 35c16fe35fd7420ce7d0cd4059a02650ad8d4eb2 Mon Sep 17 00:00:00 2001 From: tadf Date: Sat, 11 Jun 2011 13:42:35 +0000 Subject: * 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 --- time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'time.c') 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) -- cgit v1.2.3