Minor fix.

Change-Id: I200d0b114c8645fd07b7ad0d7edede6c1d11954f
diff --git a/README.html b/README.html
index 0eda6a2..50c6a06 100644
--- a/README.html
+++ b/README.html
@@ -390,9 +390,10 @@
 This table stores the resource name (or file path), the resource
 type (rather in APK or on the file system), and the SHA1 checksum.</li>
 <li><strong>Relocation Table</strong> (OBCC_RelocationTable) - <em>not enabled</em></li>
-<li><strong>Exported Variable List</strong> (OBCC_ExportVarList),
-<strong>Exported Function List</strong> (OBCC_ExportFuncList) -
-The list of the addresses of exported variables and exported functions.</li>
+<li><strong>Exported Variable List</strong> (OBCC_ExportVarList) -
+The list of the addresses of exported variables.</li>
+<li><strong>Exported Function List</strong> (OBCC_ExportFuncList) -
+The list of the addresses of exported functions.</li>
 <li><strong>Pragma List</strong> (OBCC_PragmaList) - The list of pragma key-value pair.</li>
 <li><strong>Function Information Table</strong> (OBCC_FuncTable) - This is a table of
 function information, such as function name, function entry address,
diff --git a/README.rst b/README.rst
index 3f5e374..b79bd7d 100644
--- a/README.rst
+++ b/README.rst
@@ -112,9 +112,11 @@
 
 * **Relocation Table** (OBCC_RelocationTable) - *not enabled*
 
-* **Exported Variable List** (OBCC_ExportVarList),
-  **Exported Function List** (OBCC_ExportFuncList) -
-  The list of the addresses of exported variables and exported functions.
+* **Exported Variable List** (OBCC_ExportVarList) -
+  The list of the addresses of exported variables.
+
+* **Exported Function List** (OBCC_ExportFuncList) -
+  The list of the addresses of exported functions.
 
 * **Pragma List** (OBCC_PragmaList) - The list of pragma key-value pair.