1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00
freebsd/usr.bin/mt
Kenneth D. Merry d788649d0c Improve the mt(1) rblim display.
The granularity reported by READ BLOCK LIMITS is an exponent, not a
byte value.  So a granularity of 0 means 2^0, or 1 byte.  A
granularity of 1 means 2^1, or 2 bytes.

Print out the individual block limits on separate lines to improve
readability and avoid exceeding 80 columns.

usr.bin/mt/mt.c:
	Fix and improve the 'mt rblim' output.  Add a MT_PLURAL()
	macro so we can print "byte" or "bytes" as appropriate.

Sponsored by:	Spectra Logic
MFC after:	4 days
2015-03-18 20:54:54 +00:00
..
Makefile Significant upgrades to sa(4) and mt(1). 2015-02-23 21:59:30 +00:00
mt.1 Add density code for DAT-72, and notes on DAT-160. 2015-03-03 22:49:07 +00:00
mt.c Improve the mt(1) rblim display. 2015-03-18 20:54:54 +00:00