Mercurial > hg > octave-lyh
diff src/strfns.cc @ 6678:49724abe1236
[project @ 2007-05-31 19:44:45 by jwe]
author | jwe |
---|---|
date | Thu, 31 May 2007 19:44:45 +0000 |
parents | 83949ae13b2c |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/src/strfns.cc +++ b/src/strfns.cc @@ -147,7 +147,7 @@ DEFUN (strcmp, args, , "-*- texinfo -*-\n\ -@deftypefn {Function File} {} strcmp (@var{s1}, @var{s2})\n\ +@deftypefn {Built-in Function} {} strcmp (@var{s1}, @var{s2})\n\ Return 1 if the character strings @var{s1} and @var{s2} are the same,\n\ and 0 otherwise.\n\ \n\ @@ -425,7 +425,7 @@ DEFUN (strncmp, args, , "-*- texinfo -*-\n\ -@deftypefn {Function File} {} strncmp (@var{s1}, @var{s2}, @var{n})\n\ +@deftypefn {Built-in Function} {} strncmp (@var{s1}, @var{s2}, @var{n})\n\ Return 1 if the first @var{n} characters of strings @var{s1} and @var{s2} are the same,\n\ and 0 otherwise.\n\ \n\