diff --git a/doc/00index_e.html b/doc/00index_e.html
index 1927f46..335f5ff 100644
--- a/doc/00index_e.html
+++ b/doc/00index_e.html
@@ -4,13 +4,15 @@
 
 
 
+
+
 
 
-
ELM - FatFs Generic File System Module
+ELM - FatFs Generic FAT File System Module
 
 
 
-FatFs Generic File System Module
+FatFs Generic FAT File System Module
 
 
 
@@ -45,7 +47,7 @@
 
f_close - Close a file
 f_read - Read file
 f_write - Write file
-
f_lseek - Move read/write pointer, Expand file zize
+
f_lseek - Move read/write pointer, Expand file size
 f_truncate - Truncate file size
 f_sync - Flush cached data
 f_opendir - Open a directory
@@ -66,6 +68,10 @@
 
f_putc - Write a character
 f_puts - Write a string
 f_printf - Write a formatted string
+
f_tell - Get the current read/write pointer
+
f_eof - Test for end-of-file on a file
+
f_size - Get size of a file
+
f_error - Test for an error on a file