HOWTO: fix unit type suffix in "Parameter types" section
authorTomohiro Kusumi <tkusumi@tuxera.com>
Mon, 7 Aug 2017 17:37:52 +0000 (20:37 +0300)
committerJens Axboe <axboe@kernel.dk>
Mon, 7 Aug 2017 18:30:55 +0000 (12:30 -0600)
commit9ff842311f61673a1d65929f26fbb077e71ec2a0
treeda2f326075e8a1b4e9960540d0622262927f4900
parent0b43a833082cf800cc796a7288e460984c531131
HOWTO: fix unit type suffix in "Parameter types" section

These should be all in lower case or all in upper case, but not both.
Given the examples of these are mostly in lower case, this commit
uses lower.

The man page already has these in lower case.

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO