diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html
index 4e39b23..54366ce 100644
--- a/user_guide/general/controllers.html
+++ b/user_guide/general/controllers.html
@@ -375,8 +375,9 @@
 <li>_ci_autoload</li>

 <li>_ci_autoloader</li>

 <li>_ci_assign_core</li>

-<li>_ci_initialize</li>

+<li>_ci_init_class</li>

 <li>_ci_init_database</li>

+<li>_ci_init_model</li>

 <li>_ci_init_scaffolding</li>

 <li>_ci_is_loaded</li>

 <li>_ci_load</li>

diff --git a/user_guide/general/libraries.html b/user_guide/general/libraries.html
index 231f109..5fc389b 100644
--- a/user_guide/general/libraries.html
+++ b/user_guide/general/libraries.html
@@ -62,6 +62,7 @@
 

 <h1>Using Code Igniter Libraries</h1>

 

+

 <p>All of the available libraries are located in your <dfn>system/libraries</dfn> folder. 

 In most cases, to use one of these classes involves initializing it within a <a href="controllers.html">controller</a> using the following initialization function:</p>