summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/hexdump/hexdump.19
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1
index bffbc389a1b..f2f0bb4be06 100644
--- a/usr.bin/hexdump/hexdump.1
+++ b/usr.bin/hexdump/hexdump.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hexdump.1,v 1.25 2014/11/15 14:41:02 bentley Exp $
+.\" $OpenBSD: hexdump.1,v 1.26 2015/09/12 11:59:38 schwarze Exp $
.\" $NetBSD: hexdump.1,v 1.14 2001/12/07 14:46:24 bjh21 Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)hexdump.1 8.2 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: November 15 2014 $
+.Dd $Mdocdate: September 12 2015 $
.Dt HEXDUMP 1
.Os
.Sh NAME
@@ -374,3 +374,8 @@ option:
.Ed
.Sh SEE ALSO
.Xr od 1
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Bx 4.3 Reno .