editorial
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Sun, 30 Apr 2023 11:27:42 +0000 (21:27 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Sun, 30 Apr 2023 11:27:42 +0000 (21:27 +1000)
README.adoc

index 39fb9132d0d86a9ea23a077f4738c859204ceefd..7bf90491d717fb3ef9a6276e47778d369b4a5afc 100644 (file)
@@ -11,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
 ----