dj.1: dd(1p) is not a disk utility

This commit is contained in:
Emma Tebibyte 2024-03-26 23:53:10 -06:00
parent a1902df503
commit f565f0530b
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -177,13 +177,12 @@ versions of lowercase options.
.SH RATIONALE
The dd(1p) utility specified in POSIX was the basis of this program.
It includes additional features: typical option formatting, allowing seeks to be
specified in bytes rather than in blocks, allowing arbitrary bytes as padding,
and printing in a format thats easy to parse for machines. It also neglects
character conversion. This may have been the original intent of dd(1p) but it is
irrelevant to its modern use as a disk utility.
This program was based on the dd(1p) utility as specified in POSIX. While
character conversion may have been the original intent of dd(1p), it is
irrelevant to its modern use. Because of this, it eschews character conversion
and adds typical option formatting, allowing seeks to be specified in bytes
rather than in blocks, allowing arbitrary bytes as padding, and printing in a
format thats easy to parse for machines.
.SH COPYRIGHT