added author and revdate
[rrq/fusefile.git] / README.adoc
index 5e4f36385498268be4f985221beb794caf3882f4..39fb9132d0d86a9ea23a077f4738c859204ceefd 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.
@@ -17,7 +19,7 @@ $ fusefile C A B
 ====
 
 ====
-This is a nominal example of tearing down a fused file X:
+This is a nominal example of tearing down a fused file C:
 ----
 $ fusermount -u C
 ----