Mercurial > hg > octave-nkf
diff src/DLD-FUNCTIONS/regexp.cc @ 10846:a4f482e66b65
Grammarcheck more of the documentation.
Use @noindent macro appropriately.
Limit line length to 80 characters.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 01 Aug 2010 20:22:17 -0700 |
parents | 89f4d7e294cc |
children | 2538d03489cc |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/regexp.cc +++ b/src/DLD-FUNCTIONS/regexp.cc @@ -907,14 +907,15 @@ Match zero or one times\n\ \n\ @item @{@}\n\ -Match range operator, which is of the form @code{@{@var{n}@}} to match exactly\n\ -@var{n} times, @code{@{@var{m},@}} to match @var{m} or more times,\n\ +Match range operator, which is of the form @code{@{@var{n}@}} to match\n\ +exactly @var{n} times, @code{@{@var{m},@}} to match @var{m} or more times,\n\ @code{@{@var{m},@var{n}@}} to match between @var{m} and @var{n} times.\n\ @end table\n\ \n\ @item [@dots{}] [^@dots{}]\n\ \n\ -List operators, where for example @code{[ab]c} matches @code{ac} and @code{bc}\n\ +List operators, where for example @code{[ab]c} matches @code{ac} and\n\ +@code{bc}\n\ \n\ @item ()\n\ Grouping operator\n\ @@ -1589,6 +1590,7 @@ @end group\n\ @end example\n\ \n\ +@noindent\n\ returns \"Dunn, Bill\"\n\ \n\ @var{options} may be zero or more of\n\