diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 2d8b4722d7..ea851026df 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -1321,7 +1321,7 @@ mkfatfs <path> Format a fat file system on the block device specified by <path>. NSH provides this command to access the mkfatfs() NuttX API. This block device must reside in the NuttX pseudo filesystem and - must have been created by some call to register_blockdriver() (see include/nuttx/fs.h). + must have been created by some call to register_blockdriver() (see include/nuttx/fs/fs.h).

diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index e920258620..8550d98fcc 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -2307,7 +2307,7 @@ extern void up_ledoff(int led);