diff scripts/io/textread.m @ 9758:09da0bd91412

Periodic grammar check of Octave documentation files to ensure common format Use double spaces after a period at start of new sentence Do not use @iftex blocks where @tex block is sufficient
author Rik <rdrider0-list@yahoo.com>
date Fri, 23 Oct 2009 09:28:14 -0700
parents 31a22d48f41f
children b96e9239178e
line wrap: on
line diff
--- a/scripts/io/textread.m
+++ b/scripts/io/textread.m
@@ -21,9 +21,9 @@
 ## @var{prop1}, @var{value1}, @dots{})
 ## Read data from a text file.
 ##
-## The file @var{filename} is read and parsed according to @var{format}. The
+## The file @var{filename} 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.
+## 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