=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/hexdump.1,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/hexdump/hexdump.1 1998/09/26 19:54:51 1.5 --- src/usr.bin/hexdump/hexdump.1 1998/11/04 22:36:40 1.6 *************** *** 1,4 **** ! .\" $OpenBSD: hexdump.1,v 1.5 1998/09/26 19:54:51 aaron Exp $ .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: hexdump.1,v 1.6 1998/11/04 22:36:40 aaron Exp $ .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. .\" *************** *** 84,90 **** .Ar length bytes of input. .It Fl o ! .Em Two-byte octal display. Display the input offset in hexadecimal, followed by eight space-separated, six column, zero-filled, two byte quantities of input data, in octal, per line. --- 84,90 ---- .Ar length bytes of input. .It Fl o ! .Em Two-byte octal display . Display the input offset in hexadecimal, followed by eight space-separated, six column, zero-filled, two byte quantities of input data, in octal, per line. *************** *** 129,135 **** for the input offsets), are replaced with a line comprised of a single asterisk. .It Fl x ! .Em Two-byte hexadecimal display. Display the input offset in hexadecimal, followed by eight, space separated, four column, zero-filled, two-byte quantities of input data, in hexadecimal, per line. --- 129,135 ---- for the input offsets), are replaced with a line comprised of a single asterisk. .It Fl x ! .Em Two-byte hexadecimal display . Display the input offset in hexadecimal, followed by eight, space separated, four column, zero-filled, two-byte quantities of input data, in hexadecimal, per line.