Code

Imported upstream version 1.3.7.
[pkg-rrdtool.git] / doc / bin_dec_hex.txt
index 25c8447c7b651fb31f8b2a677c15781b83164dc2..7e81115193ce232aeb0979f8b6e78439c961a0ac 100644 (file)
@@ -159,7 +159,7 @@ D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
        for HTML.  It is common to assume that if a number starts with a zero,
        it is octal. It does not matter what is used as long as you know what
        it is. I will use "0x" for hexadecimal, "%" for binary and "0" for
-       octal.  The following numbers are all the same, just their represenata-
+       octal.  The following numbers are all the same, just their representa-
        tion (base) is different: 021 0x11 17 %00010001
 
        To do arithmetics and conversions you need to understand one more
@@ -258,7 +258,7 @@ D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
        get 0xA04?.  Subtract 64 from 69 (69 - 4*16) and the last digit is 5
        --> 0xA045.
 
-       The other method builds ub the number from the right. Let's try 41'029
+       The other method builds up the number from the right. Let's try 41'029
        again.  Divide by 16 and do not use fractions (only whole numbers).
 
         41'029 / 16 is 2'564 with a remainder of 5. Write down 5.
@@ -367,8 +367,8 @@ A\bAU\bUT\bTH\bHO\bOR\bR
        basic questions. They will not only get their answer, but at the same
        time learn a whole lot more.
 
-       Alex van den Bogaerdt  <alex@ergens.op.het.net>
+       Alex van den Bogaerdt  <alex@vandenbogaerdt.nl>
 
 
 
-1.3.5                             2008-03-15                    BIN_DEC_HEX(1)
+1.3.7                             2009-02-21                    BIN_DEC_HEX(1)