diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-10 13:11:00 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-10 13:11:00 +0000 |
commit | 72e8ff2c106cf137240a0ef34e188efac5802b93 (patch) | |
tree | 29725af47e5da2de9b401805d4e5962affcdf0b4 /usr.bin/hexdump | |
parent | 008c1be05d9eb305b7a930a3f1791d1b9b82d5c8 (diff) | |
download | FreeBSD-src-72e8ff2c106cf137240a0ef34e188efac5802b93.zip FreeBSD-src-72e8ff2c106cf137240a0ef34e188efac5802b93.tar.gz |
Add a reference to od(1).
Diffstat (limited to 'usr.bin/hexdump')
-rw-r--r-- | usr.bin/hexdump/hexdump.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index 1a82738..cddc910 100644 --- a/usr.bin/hexdump/hexdump.1 +++ b/usr.bin/hexdump/hexdump.1 @@ -32,7 +32,7 @@ .\" @(#)hexdump.1 8.2 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd April 18, 1994 +.Dd July 10, 2004 .Dt HEXDUMP 1 .Os .Sh NAME @@ -347,4 +347,5 @@ Implement the \-x option: "%07.7_ax " 8/2 "%04x " "\en" .Ed .Sh SEE ALSO -.Xr gdb 1 +.Xr gdb 1 , +.Xr od 1 |