Mercurial > hg > octave-thorsten
changeset 5020:a6d935b36b7f
[project @ 2004-09-22 12:38:10 by jwe]
author | jwe |
---|---|
date | Wed, 22 Sep 2004 12:38:10 +0000 |
parents | 3f89170d1247 |
children | 2a0e2daac997 |
files | src/DLD-FUNCTIONS/time.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/time.cc +++ b/src/DLD-FUNCTIONS/time.cc @@ -228,7 +228,7 @@ \n\ @example\n\ @group\n\ -strftime (\"%r (%Z) %A %e %B %Y\", localtime (time ()) )\n\ +strftime (\"%r (%Z) %A %e %B %Y\", localtime (time ()))\n\ @result{} \"01:15:06 AM (CST) Monday 17 February 1997\"\n\ @end group\n\ @end example\n\