1
0
forked from bonsai/harakit

docs: remove unnecessary references to the name of each program

This commit is contained in:
2024-03-26 19:22:30 -06:00
parent cf76fa94e6
commit 63a0c683f9
11 changed files with 129 additions and 106 deletions

View File

@@ -148,7 +148,7 @@ the following format:
If the
.B -H
option is specified, dj instead uses the following format:
option is specified, the following format is used instead:
.RS
.R {records read} '+' {partial records read} '>' {records written}
@@ -156,9 +156,9 @@ option is specified, dj instead uses the following format:
.R {ASCII line feed}
.RE
In non-recoverable errors that dont pertain to djs read-write cycle, a
diagnostic message is printed and dj exits with the appropriate sysexits.h(3)
status.
In non-recoverable errors that dont pertain to the read-write cycle, a
diagnostic message is printed and the program exits with the appropriate
sysexits.h(3) status.
.SH BUGS
@@ -177,12 +177,13 @@ versions of lowercase options.
.SH RATIONALE
Dj was modeled after the dd utility specified in POSIX but adds 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, which may be dds original intent but is irrelevant to its modern
use.
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.
.SH COPYRIGHT