comparison src/pr-output.cc @ 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
parents 89f4d7e294cc
children eec74ee00b32
comparison
equal deleted inserted replaced
10845:c0ffe159ba1a 10846:a4f482e66b65
3854 \n\ 3854 \n\
3855 @item native-hex\n\ 3855 @item native-hex\n\
3856 Print the hexadecimal representation of numbers as they are stored in\n\ 3856 Print the hexadecimal representation of numbers as they are stored in\n\
3857 memory. For example, on a workstation which stores 8 byte real values\n\ 3857 memory. For example, on a workstation which stores 8 byte real values\n\
3858 in IEEE format with the least significant byte first, the value of\n\ 3858 in IEEE format with the least significant byte first, the value of\n\
3859 @code{pi} when printed in @code{native-hex} format is @code{400921fb54442d18}.\n\ 3859 @code{pi} when printed in @code{native-hex} format is\n\
3860 @code{400921fb54442d18}.\n\
3860 \n\ 3861 \n\
3861 @item hex\n\ 3862 @item hex\n\
3862 The same as @code{native-hex}, but always print the most significant\n\ 3863 The same as @code{native-hex}, but always print the most significant\n\
3863 byte first.\n\ 3864 byte first.\n\
3864 \n\ 3865 \n\