From bug-octave-request at bevo dot che dot wisc dot edu Wed Feb 4 13:08:34 2004 Subject: error in documentation of "char" function From: Quentin Spencer To: bug-octave at bevo dot che dot wisc dot edu Date: Wed, 04 Feb 2004 13:09:55 -0600 The char function has replaced the deprecated setstr function, but the help for char still has a reference to setstr. The patch below replaces the reference with char: *** strfns.cc.~1.25.~ 2003-10-15 21:39:15.000000000 -0500 --- strfns.cc 2004-02-04 09:55:02.000000000 -0600 *************** *** 48,54 **** \n\ at example\n\ at group\n\ ! setstr ([97, 98, 99])\n\ at result{} \"abc\"\n\ at end group\n\ at end example\n\ --- 48,54 ---- \n\ at example\n\ at group\n\ ! char ([97, 98, 99])\n\ at result{} \"abc\"\n\ at end group\n\ at end example\n\ ------------------------------------------------------------- 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 -------------------------------------------------------------