diff scripts/io/textscan.m @ 11563:3c6e8aaa9555

Grammarcheck m-files before 3.4 release.
author Rik <octave@nomad.inbox5.com>
date Tue, 18 Jan 2011 20:55:01 -0800
parents fd0a3ac60b0e
children b0084095098e
line wrap: on
line diff
--- a/scripts/io/textscan.m
+++ b/scripts/io/textscan.m
@@ -28,11 +28,11 @@
 ## @deftypefnx {Function File} {[@var{C}, @var{position}] =} textscan (@dots{})
 ## Read data from a text file.
 ##
-## The file associated with @var{fid} is read and parsed according to @var{format}.
-## The function behaves like @code{strread} except it works by parsing a file
-## instead of a string.  See the documentation of @code{strread} for details.
-## In addition to the options supported by @code{strread}, this function
-## supports one more:
+## The file associated with @var{fid} is read and parsed according to
+## @var{format}.  The function behaves like @code{strread} except it works by
+## parsing a file instead of a string.  See the documentation of
+## @code{strread} for details.  In addition to the options supported by
+## @code{strread}, this function supports one more:
 ## @itemize
 ## @item "headerlines":
 ## @end itemize