1
0
forked from bonsai/harakit

all: formatting; mm(1): fixes speed, simplicity; docs/dj.1: grammar, typos, etc.

This commit is contained in:
2025-10-26 16:58:13 -06:00
parent 8eece4cf84
commit 8d8df711d9
47 changed files with 719 additions and 272 deletions

View File

@@ -16,8 +16,8 @@ hru
Convert counts to higher units.
Byte counts will be read in the form of whole numbers from the standard input
and be written to the standard output the same number converted to a higher unit
of data as defined by the \fIInternational System of Units\fP.
and be written to the standard output the same number converted to a higher
unit of data as defined by the \fIInternational System of Units\fP.
The program will convert the byte count to the highest unit possible where the
value is greater than one.
@@ -33,10 +33,11 @@ and print an error message.
The GNU project\(cqs
.BR ls (1)
implementation contains a human-readable option (\fB-h\fP) that, when specified,
makes the tool print size information in a format more immediately
readable. This functionality is useful not only in this context, so the decision
was made to split it into a new tool. The original functionality from GNU\(cqs
implementation contains a human-readable option (\fB-h\fP) that, when
specified, makes the tool print size information in a format more immediately
readable. This functionality is useful not only in this context, so the
decision was made to split it into a new tool. The original functionality from
GNU\(cqs
.BR ls (1)
can be emulated with
.BR fop (1)