From e4f6422b273fa4c38b444aead8485ef3718fb123 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sat, 13 Aug 2022 12:20:35 +1000 Subject: [PATCH] editorial --- README.adoc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index ffc927c..5e4f363 100644 --- a/README.adoc +++ b/README.adoc @@ -1,11 +1,12 @@ # fusefile -This project implements a "fuse" device to mount as a single file that -is a concatenation of fragments of one or more files. The fused file -allows overwriting to fragments but not changing their sizes and only -for writable fragment files. A fused file may also be set up with an -overlay file in which case that file will capture all changes instead -of changing the underlying fragment files. +This project implements a "fuse" device to mount a concatenation of +fragments of one or more files as a single file. + +The __fused file__ allows writing to fragments (without changing their +sizes); of course only for writable fragment files. The fused file may +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 -- 2.39.2