aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2010-09-21 03:20:54 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2010-09-21 03:20:54 +0000
commit3bdba519381c43713face25f3ebb903924054a71 (patch)
tree3db6ac306316320c01b803edb4b71f8b11971224 /utils
parentc891d76a5dd198aef63051af7a96ceffa808d915 (diff)
downloadsg3_utils-3bdba519381c43713face25f3ebb903924054a71.tar.gz
ub10.04 autogen tweak part 1
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@358 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'utils')
-rw-r--r--utils/hxascdmp.114
1 files changed, 12 insertions, 2 deletions
diff --git a/utils/hxascdmp.1 b/utils/hxascdmp.1
index d4c6f419..898dc1a9 100644
--- a/utils/hxascdmp.1
+++ b/utils/hxascdmp.1
@@ -1,4 +1,4 @@
-.TH HXASCDMP "1" "April 2009" "sg3_utils\-1.28" SG3_UTILS
+.TH HXASCDMP "1" "September 2010" "sg3_utils\-1.30" SG3_UTILS
.SH NAME
hxascdmp \- hexadecimal ASCII dump
.SH SYNOPSIS
@@ -76,12 +76,22 @@ hex dump of file: 3bm.txt
00 74 68 72 65 65 20 62 6c 69 6e 64 20 6d 69 63 65
.br
10 2c 09 0d aa 0a
+.PP
+For comparison the hexdump utility gives similar output:
+.PP
+ $ hexdump -C 3bm.txt
+.br
+00000000 74 68 72 65 65 20 62 6c 69 6e 64 20 6d 69 63 65 |three blind mice|
+.br
+00000010 2c 09 0d aa 0a |,....|
+.br
+00000015
.SH AUTHORS
Written by Douglas Gilbert.
.SH "REPORTING BUGS"
Report bugs to <dgilbert at interlog dot com>.
.SH COPYRIGHT
-Copyright \(co 2004\-2009 Douglas Gilbert
+Copyright \(co 2004\-2010 Douglas Gilbert
.br
This software is distributed under a FreeBSD license. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.