fix spelling of offset since that is what is used in the body...

This commit is contained in:
John-Mark Gurney 2014-10-30 06:54:25 +00:00
parent 29c85772bb
commit de9dd94772
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273844

View file

@ -28,7 +28,7 @@
.\" @(#)hexdump.1 8.2 (Berkeley) 4/18/94 .\" @(#)hexdump.1 8.2 (Berkeley) 4/18/94
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd February 18, 2010 .Dd October 29, 2014
.Dt HEXDUMP 1 .Dt HEXDUMP 1
.Os .Os
.Sh NAME .Sh NAME
@ -41,7 +41,7 @@
.Op Fl f Ar format_file .Op Fl f Ar format_file
.Op Fl n Ar length .Op Fl n Ar length
.Bk -words .Bk -words
.Op Fl s Ar skip .Op Fl s Ar offset
.Ek .Ek
.Ar .Ar
.Nm hd .Nm hd
@ -50,7 +50,7 @@
.Op Fl f Ar format_file .Op Fl f Ar format_file
.Op Fl n Ar length .Op Fl n Ar length
.Bk -words .Bk -words
.Op Fl s Ar skip .Op Fl s Ar offset
.Ek .Ek
.Ar .Ar
.Sh DESCRIPTION .Sh DESCRIPTION