summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 13:42:35 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 13:42:35 +0000
commit35c16fe35fd7420ce7d0cd4059a02650ad8d4eb2 (patch)
tree9c77e9b7f053af7d1123eb28a10aed444f948989 /time.c
parentaab8224360e6ee11162b682115d664ac40eeedc0 (diff)
* 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
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
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)