diff --git a/src/docbkx/book.xml b/src/docbkx/book.xml
index 2c886b58dbf..f6395648794 100644
--- a/src/docbkx/book.xml
+++ b/src/docbkx/book.xml
@@ -235,16 +235,16 @@ throws InterruptedException, IOException {
Block cache item count in memory. This is the number of blocks of storefiles (HFiles) in the cache.
hbase.regionserver.blockCacheFree
- Block cache memory available (MB).
+ Block cache memory available (bytes).
hbase.regionserver.blockCacheHitRatio
Block cache hit ratio (0 to 100). TODO: describe impact to ratio where read requests that have cacheBlocks=false
hbase.regionserver.blockCacheSize
- Block cache size in memory (MB)
+ Block cache size in memory (bytes)
hbase.regionserver.compactionQueueSize
- Size of the compaction queue.
+ Size of the compaction queue. This is the number of stores in the region that have been targeted for compaction.
hbase.regionserver.fsReadLatency_avg_time
Filesystem read latency (ms)