diff -urN ascii2binary-2.11.orig/ascii2binary.1 ascii2binary-2.11/ascii2binary.1 --- ascii2binary-2.11.orig/ascii2binary.1 Wed Apr 19 19:43:42 2006 +++ ascii2binary-2.11/ascii2binary.1 Wed Apr 19 22:43:07 2006 @@ -1,4 +1,4 @@ -.TH ascii2binary 1 "March, 2006" +.TH ascii2binary 1 "April, 2006" .SH NAME ascii2binary \- Convert ASCII numbers to binary .SH SYNOPSIS @@ -19,7 +19,9 @@ .I strtoll(3) for signed integers, and by .I strtoull(3) -for unsigned integers. +for unsigned integers, except that, unlike +.I strtod(3) +floating point numbers may have thousands separators. This means that by default integers may be decimal, octal, or hexadecimal, determined by the usual conventions. The command line flag .I -b @@ -41,6 +43,8 @@ .IP -h|--help print help message +.IP "-L|locale " +Set the LC_NUMERIC facet of the locale to . .IP -s|--sizes print sizes of types on current machine and endianness .IP "-t|--type " diff -urN ascii2binary-2.11.orig/binary2ascii.1 ascii2binary-2.11/binary2ascii.1 --- ascii2binary-2.11.orig/binary2ascii.1 Wed Apr 19 19:43:13 2006 +++ ascii2binary-2.11/binary2ascii.1 Wed Apr 19 22:17:12 2006 @@ -1,4 +1,4 @@ -.TH binary2ascii 1 "March, 2006" +.TH binary2ascii 1 "April, 2006" .SH NAME binary2ascii \- Convert binary numbers to textual representation .SH SYNOPSIS @@ -37,6 +37,8 @@ .IP "-l|--linefeed" add a linefeed after every 0x0A value if the size is char, short, int, or long, that is, the sizes that might represent a character. +.IP "-L|locale " +Set the LC_NUMERIC facet of the locale to . .IP "-n|--number " number of items to print per line. .IP "-o|--offset "