summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2014-04-19 09:24:29 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2014-04-19 09:24:29 +0000
commitb8b5245850339a065bf0f90e97a973a5de284f1b (patch)
treecf65ce10e60f336762aed3be8ff713f3ca995a5c
parentd16226085c4b43c87afb775c5fb295d9ba6f8942 (diff)
do not mark od(1) as deprecated.
ok jmc@, millert@
-rw-r--r--usr.bin/hexdump/od.19
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1
index adb81e7b834..b8ba9379b3f 100644
--- a/usr.bin/hexdump/od.1
+++ b/usr.bin/hexdump/od.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: od.1,v 1.29 2014/04/15 21:00:13 jmc Exp $
+.\" $OpenBSD: od.1,v 1.30 2014/04/19 09:24:28 sobrado Exp $
.\" $NetBSD: od.1,v 1.16 2001/12/07 01:23:42 bjh21 Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"/
-.Dd $Mdocdate: April 15 2014 $
+.Dd $Mdocdate: April 19 2014 $
.Dt OD 1
.Os
.Sh NAME
@@ -331,5 +331,6 @@ command appears in
.At v1 .
.Pp
This man page was written in February 2001 by Andrew Brown, shortly
-after he augmented the deprecated od syntax to include things he felt
-had been missing for a long time.
+after he augmented the
+.Nm
+syntax to include things he felt had been missing for a long time.