forked from bonsai/harakit
docs: removed unnecessary comments
This commit is contained in:
19
docs/hru.1
19
docs/hru.1
@@ -8,28 +8,28 @@
|
||||
hru \(en human readable units
|
||||
.\"
|
||||
.SH SYNOPSIS
|
||||
.\"
|
||||
|
||||
hru
|
||||
.\"
|
||||
.SH DESCRIPTION
|
||||
.\"
|
||||
|
||||
Convert counts to higher units.
|
||||
.\"
|
||||
|
||||
The program will read byte counts in the form of whole numbers from the standard
|
||||
input and write to the standard output the same number converted to a higher
|
||||
unit of data as defined by the International System of Units.
|
||||
.\"
|
||||
|
||||
The program will convert the byte count to the highest unit possible where the
|
||||
value is greater than one.
|
||||
.\"
|
||||
.SH DIAGNOSTICS
|
||||
.\"
|
||||
|
||||
If encountering non-integer characters in the standard input, the program will
|
||||
exit with the appropriate error code as defined by sysexits.h(3) and print an
|
||||
error message.
|
||||
.\"
|
||||
.SH RATIONALE
|
||||
.\"
|
||||
|
||||
The GNU project\(cqs ls(1) implementation contains a human-readable option (-h)
|
||||
that, when specified, makes the tool print size information in a format more
|
||||
immediately readable. This functionality is useful not only in the context of
|
||||
@@ -38,24 +38,23 @@ functionality in GNU\(cqs ls(1) can be emulated with fop(1) combined with this
|
||||
program.
|
||||
.\"
|
||||
.SH STANDARDS
|
||||
.\"
|
||||
|
||||
The standard unit prefixes as specified by the Bureau International des Poids
|
||||
et Mesures (BIPM) in the ninth edition of The International System of Units
|
||||
(SI) are utilized for the ouput of conversions.
|
||||
.\"
|
||||
.SH AUTHOR
|
||||
.\"
|
||||
|
||||
Written by Emma Tebibyte
|
||||
.MT emma@tebibyte.media
|
||||
.ME .
|
||||
.\"
|
||||
.SH COPYRIGHT
|
||||
.\"
|
||||
|
||||
Copyright \(co 2024 Emma Tebibyte. License AGPLv3+: GNU AGPL version 3 or later
|
||||
<https://gnu.org/licenses/agpl.html>.
|
||||
.\"
|
||||
.SH SEE ALSO
|
||||
.\"
|
||||
GNU
|
||||
.BR ls (1),
|
||||
The International System of Units (SI) 9th Edition
|
||||
|
||||
Reference in New Issue
Block a user