summaryrefslogtreecommitdiffstats
path: root/nuttx/Documentation/NuttxUserGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-05-22 12:48:05 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-05-22 12:48:05 +0000
commitc74bc6a0547c1ea35cfd4539fedd56b2d4ce9e15 (patch)
tree921b5a9e4219e74278d2907278d673f26f91b3c3 /nuttx/Documentation/NuttxUserGuide.html
parent1eb64baf3e5d9486aaef8ac33be4de9a29e474ae (diff)
update
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1814 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/Documentation/NuttxUserGuide.html')
-rw-r--r--nuttx/Documentation/NuttxUserGuide.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/nuttx/Documentation/NuttxUserGuide.html b/nuttx/Documentation/NuttxUserGuide.html
index 63a54e7159..6a8ee1847c 100644
--- a/nuttx/Documentation/NuttxUserGuide.html
+++ b/nuttx/Documentation/NuttxUserGuide.html
@@ -13,7 +13,7 @@
<h1><big><font color="#3c34ec"><i>NuttX Operating System<p>User's Manual</i></font></big></h1>
<p><small>by</small></p>
<p>Gregory Nutt<p>
- <p>Last Updated: May 9, 2009</p>
+ <p>Last Updated: May 22, 2009</p>
</td>
</tr>
</table>
@@ -6037,8 +6037,11 @@ interface of the same name.
<p>
Any user supplied data or logic can be accessed via the pseudo-file system.
- Built in support is provided for character and block drivers in the
- <code>/dev</code> pseudo file system directory.
+ Built in support is provided for character and block
+ <a href="NuttxPortingGuide.html#DeviceDrivers">driver</a> <i>nodes</i> in the any
+ pseudo file system directory.
+ (By convention, however, all driver nodes should be in the <code>/dev</code>
+ pseudo file system directory).
</p>
<p><b>Mounted File Systems</b>