diff doc/interpreter/numbers.txi @ 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 (2010-08-02)
parents 322f43e0e170
children 6ead75935ebf
line wrap: on
line diff
--- a/doc/interpreter/numbers.txi
+++ b/doc/interpreter/numbers.txi
@@ -410,6 +410,7 @@
 a = 2*(1:1e7) - 1;
 @end example
 
+@noindent
 will produce the same result as @samp{1:2:2e7-1}, but without ever forming a
 vector with ten million elements.
 
@@ -578,6 +579,7 @@
 bitget (100, 8:-1:1)
 @end example
 
+@noindent
 is the same as
 
 @example