From bug-request at octave dot org Tue Jan 10 20:44:36 2006 Subject: etime doc string patch From: Keith Goodman To: bug at octave dot org Date: Tue, 10 Jan 2006 13:52:18 -0600 ------=_Part_93631_31340729.1136922641159 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline An etime.m doc string patch that adds the sentence: "An error is returned if T1 and T2 are in different years." ------=_Part_93631_31340729.1136922641159 Content-Type: application/octet-stream; name=etime_patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="etime_patch" Index: ChangeLog =================================================================== RCS file: /cvs/octave/scripts/ChangeLog,v retrieving revision 1.486 diff -c -r1.486 ChangeLog *** ChangeLog 6 Jan 2006 00:14:42 -0000 1.486 --- ChangeLog 10 Jan 2006 19:47:18 -0000 *************** *** 1,3 **** --- 1,7 ---- + 2006-01-10 Keith Goodman + + * miscellaneous/etime.m: Doc fix. + 2005-12-14 David Bateman * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, Index: miscellaneous/etime.m =================================================================== RCS file: /cvs/octave/scripts/miscellaneous/etime.m,v retrieving revision 1.20 diff -c -r1.20 etime.m *** miscellaneous/etime.m 26 Apr 2005 19:24:30 -0000 1.20 --- miscellaneous/etime.m 10 Jan 2006 19:47:18 -0000 *************** *** 31,36 **** --- 31,39 ---- ## at noindent ## will set the variable at code{elapsed_time} to the number of seconds since ## the variable at code{t0} was set. + ## + ## at noindent + ## An error is returned if at var{t1} and @var{t2} are in different years. ## at end deftypefn ## ## at seealso{tic, toc, clock, and cputime} ------=_Part_93631_31340729.1136922641159-- ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------