Index: regexp.cc =================================================================== RCS file: /cvs/octave/src/DLD-FUNCTIONS/regexp.cc,v retrieving revision 1.3 diff -u -r1.3 regexp.cc --- regexp.cc 13 Feb 2006 20:24:42 -0000 1.3 +++ regexp.cc 19 Mar 2006 14:48:51 -0000 @@ -557,6 +557,7 @@ \n\ A further optional argument is 'once', that limits the number of returned\n\ matches to the first match.\n\ address@hidden,regexprep}\n\ @end deftypefn") { return octregexp (args, nargout, "regexp", false); @@ -696,6 +697,7 @@ Case insensitive regular expression string matching. Matches @var{pat} in\n\ @var{str} and returns the position and matching substrings or empty values\n\ if there are none. See @code{regexp} for more details\n\ address@hidden,regexprep}\n\ @end deftypefn") { return octregexp (args, nargout, "regexp", true);