X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=README.adoc;h=7c00e220d2cda937c26ff277c0e062a9f9da9dc8;hb=4ae4a609cb97f8a8d595957c4db33e69b593461c;hp=a37d36d40c0e75d2409119e781fbc24923afe4e6;hpb=26b59ee2e0ee0a47f19153e629ce0c7a94bb134d;p=rrq%2Ffusefile.git diff --git a/README.adoc b/README.adoc index a37d36d..7c00e22 100644 --- a/README.adoc +++ b/README.adoc @@ -65,11 +65,11 @@ file changes or reduces in size, anything may happen. If the mountpoint file doesn't exist, then **fusefile** creates it, and removes it when unmounted. -When a "pad" file is used, it is updated as an "ar" archive where each -write event is a new member appended at the end. The "pad" member has -two additional, newline-terminated text lines with the insertion -position and the member size (ascii decimal digits), before the actual -insertion event content. +When a "pad" file is used, it is updated as a simple archive where +each write event is a new member appended at the end. Each "pad" +member has a prefix of two newline-terminated text lines telling the +insertion position and the member size (both as ascii decimal digits), +before the actual insertion event content. ## AUTHOR