Mercurial > hg > octave-nkf
diff src/strfns.cc @ 11572:7d6d8c1e471f
Grammarcheck Texinfo for files in src directory.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 19 Jan 2011 17:51:22 -0800 |
parents | fd0a3ac60b0e |
children | 12df7854fa7c |
line wrap: on
line diff
--- a/src/strfns.cc +++ b/src/strfns.cc @@ -734,7 +734,7 @@ DEFUNX ("strcmpi", Fstrcmpi, args, , "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} strcmpi (@var{s1}, @var{s2})\n\ -Returns 1 if the character strings @var{s1} and @var{s2} are the same,\n\ +Return 1 if the character strings @var{s1} and @var{s2} are the same,\n\ disregarding case of alphabetic characters, and 0 otherwise.\n\ \n\ If either @var{s1} or @var{s2} is a cell array of strings, then an array\n\ @@ -791,7 +791,7 @@ DEFUNX ("strncmpi", Fstrncmpi, args, , "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} strncmpi (@var{s1}, @var{s2}, @var{n})\n\ -Returns 1 if the first @var{n} character of @var{s1} and @var{s2} are the\n\ +Return 1 if the first @var{n} character of @var{s1} and @var{s2} are the\n\ same, disregarding case of alphabetic characters, and 0 otherwise.\n\ \n\ If either @var{s1} or @var{s2} is a cell array of strings, then an array\n\