diff doc/interpreter/numbers.txi @ 14402:cbcaf5602469

doc: Make spacing nicer for Strings chapter of manual. * numbers.txi, strings.txi, int2str.m, bin2dec.m, blanks.m, cstrcat.m, hex2dec.m, index.m pt-mat.cc(string_fill_char): Make spacing nicer for Strings chapter of manual.
author Rik <octave@nomad.inbox5.com>
date Thu, 23 Feb 2012 22:13:06 -0800
parents 72c96de7a403
children c3fd61c59e9c
line wrap: on
line diff
--- a/doc/interpreter/numbers.txi	Thu Feb 23 21:23:49 2012 -0800
+++ b/doc/interpreter/numbers.txi	Thu Feb 23 22:13:06 2012 -0800
@@ -773,9 +773,9 @@
 @example
 @group
 x = ones (2, 2);
-x (1, 1) = single (2)
-    @result{} x = 2   1
-           1   1
+x(1, 1) = single (2)
+   @result{} x = 2   1
+          1   1
 @end group
 @end example