hru.1: italics and removes clunky sentences

This commit is contained in:
Emma Tebibyte 2024-06-17 23:09:15 -06:00
parent ee9d42d0d4
commit 53d5a1db73
Signed by: emma
GPG Key ID: 06FA419A1698C270
2 changed files with 14 additions and 12 deletions

View File

@ -3,7 +3,7 @@
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license, .\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>. .\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
.\" .\"
.TH HRU 1 2024-06-06 "Bonsai Core Utilites 0.13.8" .TH HRU 1 2024-06-17 "Bonsai Core Utilites 0.13.8"
.SH NAME .SH NAME
hru \(en human readable units hru \(en human readable units
.\" .\"
@ -15,9 +15,9 @@ hru
Convert counts to higher units. Convert counts to higher units.
The program will read byte counts in the form of whole numbers from the standard Byte counts will be read in the form of whole numbers from the standard input
input and write to the standard output the same number converted to a higher and be written to the standard output the same number converted to a higher unit
unit of data as defined by the International System of Units. 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 The program will convert the byte count to the highest unit possible where the
value is greater than one. value is greater than one.
@ -35,10 +35,8 @@ The GNU project\(cqs
.BR ls (1) .BR ls (1)
implementation contains a human-readable option (\fB-h\fP) that, when specified, implementation contains a human-readable option (\fB-h\fP) that, when specified,
makes the tool print size information in a format more immediately makes the tool print size information in a format more immediately
readable. This functionality is useful not only in the context of readable. This functionality is useful not only in this context, so the decision
.BR ls (1) was made to split it into a new tool. The original functionality from GNU\(cqs
so the decision was made to split it into a new tool. The original functionality
in GNU\(cqs
.BR ls (1) .BR ls (1)
can be emulated with can be emulated with
.BR fop (1) .BR fop (1)
@ -46,8 +44,12 @@ combined with this program.
.\" .\"
.SH STANDARDS .SH STANDARDS
The standard unit prefixes as specified by the Bureau International des Poids The standard unit prefixes as specified by the
et Mesures (BIPM) in the ninth edition of The International System of Units (SI) .I Bureau International des Poids et Mesures
.RI ( BIPM )
in the ninth edition of
.I The International System of Units
.RI ( SI )
are utilized for the ouput of conversions. are utilized for the ouput of conversions.
.\" .\"
.SH AUTHOR .SH AUTHOR
@ -64,4 +66,4 @@ Copyright \(co 2024 Emma Tebibyte. License AGPLv3+: GNU AGPL version 3 or later
.SH SEE ALSO .SH SEE ALSO
GNU GNU
.BR ls (1), .BR ls (1),
The International System of Units (SI) 9th Edition .I The International System of Units (SI) 9th Edition

View File

@ -4,7 +4,7 @@
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license, .\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>. .\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
.\" .\"
.TH STR 1 2024-06-06 "Bonsai Core Utilites 0.13.8" .TH STR 1 2024-06-17 "Bonsai Core Utilites 0.13.8"
.SH NAME .SH NAME
str \(en test string arguments str \(en test string arguments
.\" .\"