From: Ralph Ronnquist Date: Sun, 30 Apr 2023 11:27:42 +0000 (+1000) Subject: editorial X-Git-Tag: 1.0~1^2~22 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=0f241866cf32c956af7a06847a48ba52635da88e;p=rrq%2Ffusefile.git editorial --- diff --git a/README.adoc b/README.adoc index 39fb913..7bf9049 100644 --- a/README.adoc +++ b/README.adoc @@ -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 ----