Mercurial > hg > octave-lyh
diff src/strfns.cc @ 9064:7c02ec148a3c
Check grammar on all .cc files
Same check as previously done on .m files
Attempt to enforce some conformity in documentation text for rules
such as two spaces after a period, commas around latin abbreviations, etc.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sat, 28 Mar 2009 13:57:22 -0700 |
parents | 58604c45ca74 |
children | c2923c27c877 |
line wrap: on
line diff
--- a/src/strfns.cc +++ b/src/strfns.cc @@ -319,7 +319,7 @@ array of strings (of the same size or with only one element), char matrix\n\ or character string.\n\ \n\ -@strong{Caution:} For compatibility with @sc{Matlab}, Octave's strcmp\n\ +@strong{Caution:} For compatibility with @sc{matlab}, Octave's strcmp\n\ function returns 1 if the character strings are equal, and 0 otherwise.\n\ This is just the opposite of the corresponding C library function.\n\ @seealso{strcmpi, strncmp, strncmpi}\n\ @@ -633,7 +633,7 @@ @end group\n\ @end example\n\ \n\ -@strong{Caution:} For compatibility with @sc{Matlab}, Octave's strncmp\n\ +@strong{Caution:} For compatibility with @sc{matlab}, Octave's strncmp\n\ function returns 1 if the character strings are equal, and 0 otherwise.\n\ This is just the opposite of the corresponding C library function.\n\ @seealso{strncmpi, strcmp, strcmpi}\n\