From 475eb369787b6f5f3881c8e9aaba745d1b231c69 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 6 Mar 2012 15:13:45 +0100 Subject: [PATCH] Small change in doc/iso_hybrid_fs.txt --- doc/iso_hybrid_fs.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/iso_hybrid_fs.txt b/doc/iso_hybrid_fs.txt index 9bb21a6..c1942d3 100644 --- a/doc/iso_hybrid_fs.txt +++ b/doc/iso_hybrid_fs.txt @@ -66,7 +66,8 @@ What libisofs needs to get implemented for a new add-on filesystem: The emerging overall image is represented by an Ecma119Image object. This is an instance of quite fat struct ecma119_image which, among many -others, holds some Joliet specific parameters. Defined in libisofs/ecma119.h. +others, holds some parameters which are specific to the implemented add-on +filesystems. It is defined in libisofs/ecma119.h. It gets programmed by applications via API calls for IsoWriteOpts which is defined as struct iso_write_opts in libisofs/ecma119.h.