Mercurial > hg > octave-nkf
diff scripts/strings/strcmp.m @ 4946:48a39e2b2ab7
[project @ 2004-08-31 17:27:04 by jwe]
author | jwe |
---|---|
date | Tue, 31 Aug 2004 17:27:05 +0000 |
parents | e556870ce8f0 |
children | 2f2afb8635f5 |
line wrap: on
line diff
--- a/scripts/strings/strcmp.m +++ b/scripts/strings/strcmp.m @@ -21,7 +21,7 @@ ## @deftypefn {Function File} {} strcmp (@var{s1}, @var{s2}) ## Compares two strings, returning 1 if they are the same, and 0 otherwise. ## -## @strong{Note:} For compatibility with @sc{Matlab}, Octave's strcmp +## @strong{Caution:} For compatibility with @sc{Matlab}, Octave's strcmp ## function returns 1 if the strings are equal, and 0 otherwise. This is ## just the opposite of the corresponding C library function. ## @end deftypefn