diff scripts/strings/hex2dec.m @ 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 f3d52523cde1
children d63878346099
line wrap: on
line diff
--- a/scripts/strings/hex2dec.m	Thu Feb 23 21:23:49 2012 -0800
+++ b/scripts/strings/hex2dec.m	Thu Feb 23 22:13:06 2012 -0800
@@ -24,9 +24,9 @@
 ## @example
 ## @group
 ## hex2dec ("12B")
-##      @result{} 299
+##       @result{} 299
 ## hex2dec ("12b")
-##      @result{} 299
+##       @result{} 299
 ## @end group
 ## @end example
 ##