diff options
author | 2014-04-19 09:24:28 +0000 | |
---|---|---|
committer | 2014-04-19 09:24:28 +0000 | |
commit | d66882ba14fb046b4cc25c56e8da5a6f4b4fe68c (patch) | |
tree | b02377f88b53d5e88bb4e70d67cf5a05e43dcf87 | |
parent | More KNF and style consistency tweaks (diff) | |
download | wireguard-openbsd-d66882ba14fb046b4cc25c56e8da5a6f4b4fe68c.tar.xz wireguard-openbsd-d66882ba14fb046b4cc25c56e8da5a6f4b4fe68c.zip |
do not mark od(1) as deprecated.
ok jmc@, millert@
-rw-r--r-- | usr.bin/hexdump/od.1 | 9 |
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. |