diff options
author | Vladimir Rutsky <rutsky.vladimir@gmail.com> | 2014-01-09 12:20:45 +0300 |
---|---|---|
committer | Gabriel <g2p.code@gmail.com> | 2014-01-26 18:34:13 +0100 |
commit | 8ac67582357ceda528fdce6f0da59af56eac6cac (patch) | |
tree | dae5759b5a73741d49938d6d7704523a473299fe | |
parent | ba2c1352365122b3b730de960896bd89020f6c06 (diff) |
Fix typo "Spcifies"
-rw-r--r-- | make-bcache.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-bcache.8 b/make-bcache.8 index 337a414..134b34a 100644 --- a/make-bcache.8 +++ b/make-bcache.8 @@ -18,7 +18,7 @@ Create a backing device (kernel functionality not yet implemented) Create a cache device with the specified UUID .TP .BR \-b\ \fIbucket-size -Spcifies the bucket size. Allocation is done in terms of buckets, and cache +Specifies the bucket size. Allocation is done in terms of buckets, and cache hits are counted per bucket; thus a smaller bucket size will give better cache utilization, but poorer write performance. The bucket size is intended to be equal to the size of your SSD's erase blocks, which seems to be 128k-512k for |