od: document skip (-j) option
This commit is contained in:
parent
7604f99003
commit
c0a63db7f2
5
od.1
5
od.1
|
@ -8,6 +8,7 @@
|
||||||
.Nm
|
.Nm
|
||||||
.Op Fl A Ar addrformat
|
.Op Fl A Ar addrformat
|
||||||
.Op Fl E | e
|
.Op Fl E | e
|
||||||
|
.Op Fl j Ar skip
|
||||||
.Op Fl t Ar outputformat...
|
.Op Fl t Ar outputformat...
|
||||||
.Op Fl v
|
.Op Fl v
|
||||||
.Op Ar file ...
|
.Op Ar file ...
|
||||||
|
@ -33,6 +34,10 @@ Force Little Endian
|
||||||
or Big Endian
|
or Big Endian
|
||||||
.Fl ( E )
|
.Fl ( E )
|
||||||
system-independently.
|
system-independently.
|
||||||
|
.It Fl j Ar skip
|
||||||
|
Ignore the first
|
||||||
|
.Ar skip
|
||||||
|
bytes of input.
|
||||||
.It Fl t Ar outputformat
|
.It Fl t Ar outputformat
|
||||||
.Ar outputformat
|
.Ar outputformat
|
||||||
is a list of a|c|d|o|u|x followed by a digit or C|S|I|L and sets
|
is a list of a|c|d|o|u|x followed by a digit or C|S|I|L and sets
|
||||||
|
|
4
od.c
4
od.c
|
@ -176,8 +176,8 @@ lcm(unsigned int a, unsigned int b)
|
||||||
static void
|
static void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
eprintf("usage: %s [-A addressformat] [-E | -e] [-t outputformat] "
|
eprintf("usage: %s [-A addressformat] [-E | -e] [-j skip] "
|
||||||
"[-v] [file ...]\n", argv0);
|
"[-t outputformat] [-v] [file ...]\n", argv0);
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in New Issue
Block a user