From: <car...@us...> - 2012-03-16 15:04:02
|
Revision: 9921 http://octave.svn.sourceforge.net/octave/?rev=9921&view=rev Author: carandraug Date: 2012-03-16 15:03:53 +0000 (Fri, 16 Mar 2012) Log Message: ----------- strings: fixing typos on help text Modified Paths: -------------- trunk/octave-forge/main/strings/inst/strsort.m trunk/octave-forge/main/strings/src/pcregexp.cc Modified: trunk/octave-forge/main/strings/inst/strsort.m =================================================================== --- trunk/octave-forge/main/strings/inst/strsort.m 2012-03-16 14:47:37 UTC (rev 9920) +++ trunk/octave-forge/main/strings/inst/strsort.m 2012-03-16 15:03:53 UTC (rev 9921) @@ -2,7 +2,7 @@ ## This program is granted to the public domain. ## -*- texinfo -*- -## @deftypefn {Function File} {[@ldots{}] =} strsort (@ldots{}) +## @deftypefn {Function File} {[@dots{}] =} strsort (@dots{}) ## Overloads the sort function to operate on strings. ## ## @seealso {sort} Modified: trunk/octave-forge/main/strings/src/pcregexp.cc =================================================================== --- trunk/octave-forge/main/strings/src/pcregexp.cc 2012-03-16 14:47:37 UTC (rev 9920) +++ trunk/octave-forge/main/strings/src/pcregexp.cc 2012-03-16 15:03:53 UTC (rev 9921) @@ -29,7 +29,7 @@ //FIXME This function needs some documentation DEFUN_DLD(pcregexp, args, nargout, "\ -*- texinfo -*-\n\ -@deftypefn {Loadable Function} {[@ldots{}] =} pcregexp (@ldots{})\n\ +@deftypefn {Loadable Function} {[@dots{}] =} pcregexp (@dots{})\n\ Perl-compatible regular expression matching.\n\ \n\ Check your system's @code{pcre} man page.\n\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |