dj.1: adds DESCRIPTION and removes seek/skip confusion
This commit is contained in:
parent
f4cad598c4
commit
3c0725f137
14
docs/dj.1
14
docs/dj.1
@ -43,6 +43,17 @@ dj
|
|||||||
.B output offset
|
.B output offset
|
||||||
.R ])
|
.R ])
|
||||||
.\"
|
.\"
|
||||||
|
.SH DESCRIPTION
|
||||||
|
|
||||||
|
Perform precise read and write operations on files. This utility is useful for
|
||||||
|
reading and writing binary data to and from disks, hence the name.
|
||||||
|
|
||||||
|
This manual page uses the terms \(lqskip\(rq and \(lqseek\(rq to refer to moving
|
||||||
|
to a specified byte by index in the input and output of the program
|
||||||
|
respectively. This language is inherited from the
|
||||||
|
.BR dd (1p)
|
||||||
|
utility and is used here to decrease ambiguity.
|
||||||
|
.\"
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
|
||||||
.IP \fB-i\fP
|
.IP \fB-i\fP
|
||||||