Renamed files from faq_<section> to <section>_faq. Fixed some formatting issues.
diff --git a/docs/.DS_Store b/docs/.DS_Store
index 7911e77..c01ceeb 100644
--- a/docs/.DS_Store
+++ b/docs/.DS_Store
Binary files differ
diff --git a/docs/mynewt_faq/faq_admin.rst b/docs/mynewt_faq/admin_faq.rst
similarity index 98%
rename from docs/mynewt_faq/faq_admin.rst
rename to docs/mynewt_faq/admin_faq.rst
index d47215f..d2f9bc4 100644
--- a/docs/mynewt_faq/faq_admin.rst
+++ b/docs/mynewt_faq/admin_faq.rst
@@ -1,5 +1,5 @@
-FAQ - Administrative
-====================
+Mynewt FAQ - Administrative
+===========================
 
 Here is a list of frequently asked questions about the project and administrative processes.
 
diff --git a/docs/mynewt_faq/faq_bluetooth.rst b/docs/mynewt_faq/bluetooth_faq.rst
similarity index 98%
rename from docs/mynewt_faq/faq_bluetooth.rst
rename to docs/mynewt_faq/bluetooth_faq.rst
index af85c9c..f7a4baf 100644
--- a/docs/mynewt_faq/faq_bluetooth.rst
+++ b/docs/mynewt_faq/bluetooth_faq.rst
@@ -1,5 +1,5 @@
-Mynewt FAQ: Bluetooth
-=====================
+Mynewt FAQ - Bluetooth
+======================
 
 .. contents::
   :local:
@@ -180,13 +180,11 @@
 
 **A**: Unfortunately, not at the moment. Here is a brief description of the fields:
 
-- ``itvl``: This is defined as the time interval from when the Controller started its last LE scan until it begins the subsequent LE 
-scan. (units=0.625 msec)
-- ``window``: The duration of the LE scan. ``LE_Scan_Window`` shall be less than or equal to ``LE_Scan_Interval`` (units=0.625 msec)
-- ``filter_policy``: The only useful documentation is the table in the Bluetooth spec (section 2.E.7.8.10).  This field controls which 
-types of devices to listen for.
-- ``limited``: If set, only discover devices in limited discoverable mode.
-- ``passive``: If set, don't send scan requests to advertisers (i.e., don't request additional advertising data).
+- ``itvl``: This is defined as the time interval from when the Controller started its last LE scan until it begins the subsequent LE scan. (units=0.625 msec)  
+- ``window``: The duration of the LE scan. ``LE_Scan_Window`` shall be less than or equal to ``LE_Scan_Interval`` (units=0.625 msec)  
+- ``filter_policy``: The only useful documentation is the table in the Bluetooth spec (section 2.E.7.8.10).  This field controls which types of devices to listen for.  
+- ``limited``: If set, only discover devices in limited discoverable mode.  
+- ``passive``: If set, don't send scan requests to advertisers (i.e., don't request additional advertising data).  
 - ``filter_duplicates``: If set, the controller ignores all but the first advertisement from each device.
 
 Multicast Messaging and Group Messaging
@@ -201,7 +199,7 @@
 
 **Q**: I want to read the value of a characteristic of a peripheral device from a central device which runs on Mynewt OS. How can I obtain the value using the following function?
 
-.. code-block:: console
+.. code-block:: c
 
 	int ble_gattc_read(uint16_t conn_handle, uint16_t attr_handle,
                    ble_gatt_attr_fn *cb, void *cb_arg);
diff --git a/docs/mynewt_faq/faq_boot.rst b/docs/mynewt_faq/boot_faq.rst
similarity index 95%
rename from docs/mynewt_faq/faq_boot.rst
rename to docs/mynewt_faq/boot_faq.rst
index d7d53d6..3fe5c0d 100644
--- a/docs/mynewt_faq/faq_boot.rst
+++ b/docs/mynewt_faq/boot_faq.rst
@@ -1,5 +1,5 @@
-Mynewt FAQ: Bootloader and Firmware Upgrade
-===========================================
+Mynewt FAQ - Bootloader and Firmware Upgrade
+============================================
 
 .. contents::
   :local:
diff --git a/docs/mynewt_faq/faq_nfc.rst b/docs/mynewt_faq/faq_nfc.rst
deleted file mode 100644
index 6539c88..0000000
--- a/docs/mynewt_faq/faq_nfc.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Mynewt FAQ: NFC
-===============
-
-The NFC stack is work in progress.
\ No newline at end of file
diff --git a/docs/mynewt_faq/faq_fs.rst b/docs/mynewt_faq/fs_faq.rst
similarity index 92%
rename from docs/mynewt_faq/faq_fs.rst
rename to docs/mynewt_faq/fs_faq.rst
index f16d79f..ef86205 100644
--- a/docs/mynewt_faq/faq_fs.rst
+++ b/docs/mynewt_faq/fs_faq.rst
@@ -1,5 +1,5 @@
-Mynewt FAQ: File System
-=======================
+Mynewt FAQ - File System
+========================
 
 .. contents::
   :local:
diff --git a/docs/mynewt_faq/faq_hardware.rst b/docs/mynewt_faq/hardware_faq.rst
similarity index 96%
rename from docs/mynewt_faq/faq_hardware.rst
rename to docs/mynewt_faq/hardware_faq.rst
index 09c81bb..dc63745 100644
--- a/docs/mynewt_faq/faq_hardware.rst
+++ b/docs/mynewt_faq/hardware_faq.rst
@@ -1,5 +1,5 @@
-Mynewt FAQ: Hardware-Specific Questions
-=======================================
+Mynewt FAQ - Hardware-Specific Questions
+========================================
 
 .. contents::
   :local:
diff --git a/docs/mynewt_faq/index.rst b/docs/mynewt_faq/index.rst
index 76ee63b..bd3fcca 100644
--- a/docs/mynewt_faq/index.rst
+++ b/docs/mynewt_faq/index.rst
@@ -6,23 +6,23 @@
 .. toctree::
    :maxdepth: 1
 
-   Administrative <faq_admin>
-   Bluetooth <faq_bluetooth>
-   Bootloader and Firmware Upgrade <faq_boot>
-   Drivers and Modules <faq_modules>
-   File System <faq_fs>
-   Hardware-Specific <faq_hardware>
-   Mynewt Syntax and Semantics <faq_mynewt>
-   NFC <faq_nfc>
-   Newt <faq_newt>
-   Newt Manager <faq_newtmgr>
-   Porting Mynewt <faq_port>
-   Troubleshooting <faq_troubleshoot>
+   Administrative <admin_faq>
+   Bluetooth <bluetooth_faq>
+   Bootloader and Firmware Upgrade <boot_faq>
+   Drivers and Modules <modules_faq>
+   File System <fs_faq>
+   Hardware-Specific <hardware_faq>
+   Mynewt Syntax and Semantics <syntax_faq>
+   NFC <nfc_faq>
+   Newt <newt_faq>
+   Newt Manager <newtmgr_faq>
+   Porting Mynewt <port_faq>
+   Troubleshooting <troubleshoot_faq>
 
 General FAQs
 ------------
 
-- Make sure to update to the latest available version to ensure everything remains functional. There may be some changes that break backwards compatibility or change how certain features work, so be sure to always update.
+- Make sure to update to the latest available version to ensure everything remains functional. There may be some new additions that break backwards compatibility or change how certain features work, so be sure to always update.
 - If you are making changes to code, adding new features, etc., please update to the latest branch to ensure that any changes you make work with the newest changes and features in Mynewt.
 
 Reduce Code Size for Mynewt Image
diff --git a/docs/mynewt_faq/faq_modules.rst b/docs/mynewt_faq/modules_faq.rst
similarity index 97%
rename from docs/mynewt_faq/faq_modules.rst
rename to docs/mynewt_faq/modules_faq.rst
index 181dd20..3570b66 100644
--- a/docs/mynewt_faq/faq_modules.rst
+++ b/docs/mynewt_faq/modules_faq.rst
@@ -1,5 +1,5 @@
-Mynewt FAQ: Drivers and Modules
-===============================
+Mynewt FAQ - Drivers and Modules
+================================
 
 .. contents::
   :local:
diff --git a/docs/mynewt_faq/faq_newt.rst b/docs/mynewt_faq/newt_faq.rst
similarity index 96%
rename from docs/mynewt_faq/faq_newt.rst
rename to docs/mynewt_faq/newt_faq.rst
index de67591..bb75fed 100644
--- a/docs/mynewt_faq/faq_newt.rst
+++ b/docs/mynewt_faq/newt_faq.rst
@@ -1,5 +1,5 @@
-Mynewt FAQ: Newt
-================
+Mynewt FAQ - Newt
+=================
 
 .. contents::
   :local:
diff --git a/docs/mynewt_faq/faq_newtmgr.rst b/docs/mynewt_faq/newtmgr_faq.rst
similarity index 98%
rename from docs/mynewt_faq/faq_newtmgr.rst
rename to docs/mynewt_faq/newtmgr_faq.rst
index f9da628..855bdbb 100644
--- a/docs/mynewt_faq/faq_newtmgr.rst
+++ b/docs/mynewt_faq/newtmgr_faq.rst
@@ -1,5 +1,5 @@
-Mynewt FAQ: Newt Manager
-========================
+Mynewt FAQ - Newt Manager
+=========================
 
 .. contents::
   :local:
diff --git a/docs/mynewt_faq/nfc_faq.rst b/docs/mynewt_faq/nfc_faq.rst
new file mode 100644
index 0000000..14635d3
--- /dev/null
+++ b/docs/mynewt_faq/nfc_faq.rst
@@ -0,0 +1,4 @@
+Mynewt FAQ - NFC
+================
+
+The NFC stack is work in progress.
\ No newline at end of file
diff --git a/docs/mynewt_faq/faq_port.rst b/docs/mynewt_faq/port_faq.rst
similarity index 93%
rename from docs/mynewt_faq/faq_port.rst
rename to docs/mynewt_faq/port_faq.rst
index 58807bf..63e091d 100644
--- a/docs/mynewt_faq/faq_port.rst
+++ b/docs/mynewt_faq/port_faq.rst
@@ -1,5 +1,5 @@
-Mynewt FAQ: Porting Mynewt
-==========================
+Mynewt FAQ - Porting Mynewt
+===========================
 
 .. contents::
   :local:
diff --git a/docs/mynewt_faq/faq_mynewt.rst b/docs/mynewt_faq/syntax_faq.rst
similarity index 96%
rename from docs/mynewt_faq/faq_mynewt.rst
rename to docs/mynewt_faq/syntax_faq.rst
index 652837a..1da97cf 100644
--- a/docs/mynewt_faq/faq_mynewt.rst
+++ b/docs/mynewt_faq/syntax_faq.rst
@@ -1,5 +1,5 @@
-Mynewt FAQ: Syntax and Semantics
-================================
+Mynewt FAQ - Syntax and Semantics
+=================================
 
 .. contents::
   :local:
diff --git a/docs/mynewt_faq/faq_troubleshoot.rst b/docs/mynewt_faq/troubleshoot_faq.rst
similarity index 97%
rename from docs/mynewt_faq/faq_troubleshoot.rst
rename to docs/mynewt_faq/troubleshoot_faq.rst
index 1ff7aa0..7d2e97c 100644
--- a/docs/mynewt_faq/faq_troubleshoot.rst
+++ b/docs/mynewt_faq/troubleshoot_faq.rst
@@ -1,5 +1,5 @@
-Mynewt FAQ: Troubleshooting
-===========================
+Mynewt FAQ - Troubleshooting
+============================
 
 .. contents::
   :local: