Mercurial > hg > octave-lyh
comparison scripts/general/int2str.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 | 5d3a684236b0 |
comparison
equal
deleted
inserted
replaced
14401:2bce551c85b6 | 14402:cbcaf5602469 |
---|---|
30 ## @result{} s = | 30 ## @result{} s = |
31 ## 1 2 3 | 31 ## 1 2 3 |
32 ## 4 5 6 | 32 ## 4 5 6 |
33 ## | 33 ## |
34 ## whos s | 34 ## whos s |
35 ## @result{} s = | 35 ## @result{} |
36 ## Attr Name Size Bytes Class | 36 ## Attr Name Size Bytes Class |
37 ## ==== ==== ==== ===== ===== | 37 ## ==== ==== ==== ===== ===== |
38 ## s 2x7 14 char | 38 ## s 2x7 14 char |
39 ## @end group | 39 ## @end group |
40 ## @end example | 40 ## @end example |