Mercurial > hg > octave-lyh
diff src/dirfns.cc @ 10711:fbd7843974fa
Periodic grammar check of documentation files to ensure common format.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 16 Jun 2010 20:36:55 -0700 |
parents | 479cc8a0a846 |
children | 3140cb7a05a1 |
line wrap: on
line diff
--- a/src/dirfns.cc +++ b/src/dirfns.cc @@ -554,7 +554,7 @@ matches any string, including the null string,\n\ @itemx ?\n\ matches any single character, and\n\ -@item [...]\n\ +@item [@dots{}]\n\ matches any of the enclosed characters.\n\ @end table\n\ \n\ @@ -563,7 +563,6 @@ names. For example:\n\ \n\ @example\n\ -@group\n\ ls\n\ @result{}\n\ file1 file2 file3 myfile1 myfile1b \n\ @@ -584,7 +583,6 @@ [1,1] = file1\n\ [2,1] = file2\n\ @}\n\ -@end group\n\ @end example\n\ @seealso{dir, ls, stat, readdir, regexp}\n\ @end deftypefn")