diff doc/interpreter/io.txi @ 10828:322f43e0e170

Grammarcheck .txi documentation files.
author Rik <octave@nomad.inbox5.com>
date Wed, 28 Jul 2010 12:45:04 -0700
parents 531280b07625
children 3450551f591e
line wrap: on
line diff
--- a/doc/interpreter/io.txi	Wed Jul 28 11:57:39 2010 -0700
+++ b/doc/interpreter/io.txi	Wed Jul 28 12:45:04 2010 -0700
@@ -92,7 +92,7 @@
 used to force output to be sent to the pager (or any other stream)
 immediately.
 
-You can select the program to run as the pager using the @code{PAGER}
+You can select the program to run as the pager using the @env{PAGER}
 function, and you can turn paging off by using the function
 @code{more}.
 
@@ -449,7 +449,7 @@
 
 When given a matrix value, Octave's formatted output functions cycle
 through the format template until all the values in the matrix have been
-printed.  For example,
+printed.  For example:
 
 @example
 @group
@@ -465,7 +465,7 @@
 functions do not return to the beginning of the format template when
 moving on from one value to the next.  This can lead to confusing output
 if the number of elements in the matrices are not exact multiples of the
-number of conversions in the format template.  For example,
+number of conversions in the format template.  For example:
 
 @example
 @group