dj.1: fixes man page reference formatting

This commit is contained in:
Emma Tebibyte 2024-06-03 23:21:00 -06:00
parent c32c554e03
commit e7ba74013b
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -161,12 +161,15 @@ versions of lowercase options.
.\"
.SH RATIONALE
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, this program 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 that\(cqs easy for machines to parse.
This program was based on the
.BR dd (1p)
utility as specified in POSIX. While character conversion may have been the
original intent of
.BR dd (1p),
it is irrelevant to its modern use. Because of this, this program 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 that\(cqs easy for machines to parse.
.\"
.SH COPYRIGHT