]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-bloom.md
index: remove vestigial buffer and sys imports
[bup.git] / Documentation / bup-bloom.md
index f50e07df6851c18b9fc84f2e843ec59cba7b473b..9efea60b87b1485ed26553b35c54d29b252f7950 100644 (file)
@@ -29,7 +29,7 @@ updates or regenerates it as needed.
     one from scratch.
 
 -d, \--dir=*directory*
-:   the directory, containing .idx files, to process.
+:   the directory, containing `.idx` files, to process.
     Defaults to $BUP_DIR/objects/pack
 
 -o, \--outfile=*outfile*
@@ -43,10 +43,10 @@ updates or regenerates it as needed.
 
 -c, \--check=*idxfile*
 :   checks the bloom file (counterintuitively outfile)
-    against the specified .idx file, first checks that the
-    bloom filter is claiming to contain the .idx, then
+    against the specified `.idx` file, first checks that the
+    bloom filter is claiming to contain the `.idx`, then
     checks that it does actually contain all of the objects
-    in the .idx.  Does not write anything and ignores the
+    in the `.idx`.  Does not write anything and ignores the
     `-k` option.
 
 # BUP