Corrected the "-dump" report of fragment start position.
[rrq/fusefile.git] / README.adoc
index 80e5840e102e81725d4e00c04d39105b57cc1346..7bf90491d717fb3ef9a6276e47778d369b4a5afc 100644 (file)
@@ -1,4 +1,6 @@
 # fusefile
+:author: Ralph Ronnquist
+:revdate: Sun, 30 Apr 2023 21:18:34 +1000
 
 This project implements a "fuse" device to mount a concatenation of
 fragments of one or more files as a single file.
@@ -9,15 +11,15 @@ be set up with an __overlay file__ to capture changes instead of
 writing the underlying fragment files.
 
 ====
-This is a nominal usage example to set up a fused file C consisting of
-files A and B:
+This is a usage example to set up a fused file C consisting of files A
+and B:
 ----
 $ fusefile C A B
 ----
 ====
 
 ====
-This is a nominal example of tearing down a fused file C:
+This is an example of tearing down a fused file C:
 ----
 $ fusermount -u C
 ----