Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/hexdump PR/12147: TheMan: add -t option to od.



details:   https://anonhg.NetBSD.org/src/rev/bbedbd59121e
branches:  trunk
changeset: 503519:bbedbd59121e
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 07 18:31:07 2001 +0000

description:
PR/12147: TheMan: add -t option to od.

diffstat:

 usr.bin/hexdump/od.1 |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 2950bbfee1f7 -r bbedbd59121e usr.bin/hexdump/od.1
--- a/usr.bin/hexdump/od.1      Wed Feb 07 18:05:23 2001 +0000
+++ b/usr.bin/hexdump/od.1      Wed Feb 07 18:31:07 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: od.1,v 1.8 1999/03/07 11:30:00 mycroft Exp $
+.\"    $NetBSD: od.1,v 1.9 2001/02/07 18:31:07 christos Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -31,7 +31,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $NetBSD: od.1,v 1.8 1999/03/07 11:30:00 mycroft Exp $
+.\"    $NetBSD: od.1,v 1.9 2001/02/07 18:31:07 christos Exp $
 .\"    from: @(#)od.1  8.1 (Berkeley) 6/6/93
 .\"
 .Dd June 8, 1998
@@ -44,6 +44,9 @@
 .Nm ""
 .Op Fl aBbcDdeFfHhIiLlOovXx
 .Sm off
+.Bk -words
+.Op Fl t Ar type_string
+.Ek
 .Oo
 .Op Cm \&+
 .Li offset



Home | Main Index | Thread Index | Old Index