diff src/DLD-FUNCTIONS/time.cc @ 10840:89f4d7e294cc

Grammarcheck .cc files
author Rik <octave@nomad.inbox5.com>
date Sat, 31 Jul 2010 11:18:11 -0700
parents f63ee6a20f57
children 0de4eff677d6
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/time.cc	Fri Jul 30 18:59:31 2010 -0400
+++ b/src/DLD-FUNCTIONS/time.cc	Sat Jul 31 11:18:11 2010 -0700
@@ -106,7 +106,7 @@
   "-*- texinfo -*-\n\
 @deftypefn {Loadable Function} {} gmtime (@var{t})\n\
 Given a value returned from time (or any non-negative integer),\n\
-return a time structure corresponding to CUT.  For example,\n\
+return a time structure corresponding to CUT@.  For example:\n\
 \n\
 @example\n\
 @group\n\
@@ -234,7 +234,7 @@
   "-*- texinfo -*-\n\
 @deftypefn {Loadable Function} {} mktime (@var{tm_struct})\n\
 Convert a time structure corresponding to the local time to the number\n\
-of seconds since the epoch.  For example,\n\
+of seconds since the epoch.  For example:\n\
 \n\
 @example\n\
 @group\n\
@@ -292,7 +292,7 @@
 number, padding can be changed or inhibited by following the @samp{%}\n\
 with one of the modifiers described below.  Unknown field specifiers are\n\
 copied as normal characters.  All other characters are copied to the\n\
-output without change.  For example,\n\
+output without change.  For example:\n\
 \n\
 @example\n\
 @group\n\