summaryrefslogtreecommitdiffstats
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-28 09:08:49 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-28 09:08:49 -0600
commitb94a503a636ae80e31a48d4134f33c93d6ec345c (patch)
tree6800a11b19199f86e314a31878d3b66e7157edcd /nuttx/Documentation
parent0c2fbe6e8fd903f562fd092892990f8ebeadc0a7 (diff)
Documentation: Add Unix domain sockets to the feature list
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index bebe841de8..e7295bd39c 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: January 26, 2014</p>
+ <p>Last Updated: January 28, 2014</p>
</td>
</tr>
</table>
@@ -702,7 +702,15 @@
<td><br></td>
<td>
<p>
- <li>Raw socket support.</li>
+ <li>Stream and datagram sockets.</li>
+ </p>
+ </td>
+</tr>
+<tr>
+ <td><br></td>
+ <td>
+ <p>
+ <li>Raw socket and local, Unix domain socket support.</li>
</p>
</td>
</tr>