diff --git a/doc/00index_e.html b/doc/00index_e.html
index d1e3e23..2eef02e 100644
--- a/doc/00index_e.html
+++ b/doc/00index_e.html
@@ -26,7 +26,7 @@
Windows compatible FAT file system.
Platform independent. Easy to port.
Very small footprint for code and work area.
- Various configuration options:
+ Various configuration options:
- Multiple volumes (physical drives and partitions).
- Multiple ANSI/OEM code pages including DBCS.
@@ -48,50 +48,50 @@
- File Management
-
- - f_unlink - Remove a file or sub-directory
- - f_rename - Rename/Move a file or sub-directory
- - f_stat - Check existance of a file or sub-directory
- - f_chmod - Change attribute
- - f_utime - Change timestamp
-
-
- Directory Management
+ Directory Access
+
+ File/Directory Management
+
+ - f_stat - Check existance of a file or sub-directory
+ - f_unlink - Remove a file or sub-directory
+ - f_rename - Rename or move a file or sub-directory
+ - f_chmod - Change attribute of a file or sub-directory
+ - f_utime - Change timestamp of a file or sub-directory
- f_mkdir - Create a sub-directory
- f_chdir - Change current directory
- f_chdrive - Change current drive
- - f_getcwd - Retrieve the current directory
+ - f_getcwd - Retrieve the current directory and drive
Volume Management
- - f_mount - Register/Unregister a work area
- - f_mkfs - Create a file system on the drive
- - f_fdisk - Divide a physical drive
- - f_getfree - Get free space on the volume
+ - f_mount - Register/Unregister a work area of a volume
+ - f_mkfs - Create an FAT volume on the logical drive
+ - f_fdisk - Create logical drives on the physical drive
+ - f_getfree - Get total size and free size on the volume
- f_getlabel - Get volume label
- f_setlabel - Set volume label
@@ -119,14 +119,16 @@
Resources
The FatFs module is a free software opened for education, research and development. You can use, modify and/or redistribute it for personal projects or commercial products without any restriction under your responsibility. For further information, refer to the application note.