From 332f7fd744dea0cfea9e29efea6d8ff576ba39ac Mon Sep 17 00:00:00 2001
From: Ralph Ronnquist <ralph.ronnquist@gmail.com>
Date: Thu, 26 May 2022 11:57:51 +1000
Subject: [PATCH] prefer asciidoc

---
 README.md => README.adoc | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)
 rename README.md => README.adoc (79%)

diff --git a/README.md b/README.adoc
similarity index 79%
rename from README.md
rename to README.adoc
index 0828e87..6d9f775 100644
--- a/README.md
+++ b/README.adoc
@@ -1,14 +1,21 @@
 fusefile
 ========
+
+This project implements a "fuse" device to mount as a single file that
+is a concatenation of fragments of one or more files. By default the
+fused file is read-only.
+
+A writeable fused file is set up by
+associating the mount with a scratch-pad
+
+FUSE file mount for combining file fragments.
  
-FUSE file mount for combining file fragments read-only.
- 
-## SYNOPSIS
- **fusefile** [__fuse options__] **mountpoint** __filename/from-to__ ...
+== SYNOPSIS
+ *fusefile* [_fuse options_] *mountpoint* _filename/from-to_ ...
 
 ## DESCRIPTION
 
-**fusefile** is FUSE file mount that presents a series of fragments of
+*fusefile* is FUSE file mount that presents a series of fragments of
 other files as a contiguous concatenation. It bind mounts a driver on
 top of the file mountpoint to present the nominated file fragments as
 a single, contiguous file.
-- 
2.39.5