Mercurial > hg > octave-lyh
diff scripts/strings/dec2hex.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | f7cb824dc8c0 |
line wrap: on
line diff
--- a/scripts/strings/dec2hex.m +++ b/scripts/strings/dec2hex.m @@ -18,7 +18,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} dec2hex (@var{d}, @var{len}) -## Return the hexadecimal string corresponding to the non-negative +## Return the hexadecimal string corresponding to the non-negative ## integer @var{d}. For example: ## ## @example