diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 20:30:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 20:30:00 +0000 |
commit | 242d481214beaa4fb5113040b3012bb8dfa26306 (patch) | |
tree | f2981160abeb8ddd2a17680e7411b033752057b4 /usr.bin/hexdump/od.1 | |
parent | 4fd06ddadf547045acbbd62bc5792a007561f1f4 (diff) |
sync synopsis and usage();
Diffstat (limited to 'usr.bin/hexdump/od.1')
-rw-r--r-- | usr.bin/hexdump/od.1 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index e3eaf8fafd0..ab388bf2b0e 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: od.1,v 1.13 2007/02/06 20:23:23 jmc Exp $ +.\" $OpenBSD: od.1,v 1.14 2007/02/06 20:29:59 jmc Exp $ .\" $NetBSD: od.1,v 1.16 2001/12/07 01:23:42 bjh21 Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -44,15 +44,9 @@ .Sh SYNOPSIS .Nm od .Op Fl aBbcDdeFfHhIiLlOovXx -.Bk -words -.Op Fl j Ar skip -.Ek -.Bk -words +.Op Fl j Ar offset .Op Fl N Ar length -.Ek -.Bk -words .Op Fl t Ar type_string -.Ek .Sm off .Oo .Op Cm \&+ @@ -61,7 +55,7 @@ .Op Cm Bb .Sm on .Oc -.Ar file ... +.Op Ar .Sh DESCRIPTION .Nm has been deprecated in favor of |