Mercurial > hg > octave-nkf
changeset 8830:fa981a053064
doc fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 20 Feb 2009 12:24:03 -0500 |
parents | 235d71d77221 |
children | 71742f45571e |
files | scripts/strings/strchr.m |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/strings/strchr.m +++ b/scripts/strings/strchr.m @@ -19,8 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {@var{idx} =} strchr (@var{str}, @var{chars}) ## @deftypefnx {Function File} {@var{idx} =} strchr (@var{str}, @var{chars}, @var{n}) -## @deftypefnx {Function File} {@var{idx} =} strchr (@var{str}, @var{chars}, -## @var{n}, @var{direction}) +## @deftypefnx {Function File} {@var{idx} =} strchr (@var{str}, @var{chars}, @var{n}, @var{direction}) ## Search for the string @var{str} for occurences of characters from the set @var{chars}. ## The return value, as well as the @var{n} and @var{direction} arguments behave ## identically as in @code{find}.