mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
I learned how to spell PSEUDO
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5010 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+388
-388
File diff suppressed because it is too large
Load Diff
@@ -1400,7 +1400,7 @@ mkfifo <path>
|
||||
<p>
|
||||
<b>Synopsis</b>.
|
||||
Creates a FIFO character device anywhere in the pseudo file system, creating
|
||||
whatever psuedo directories that may be needed to complete the <code><path></code>.
|
||||
whatever pseudo directories that may be needed to complete the <code><path></code>.
|
||||
By convention, however, device drivers are place in the standard <code>/dev</code> directory.
|
||||
After it is created, the FIFO device may be used as any other device driver.
|
||||
NSH provides this command to access the <a href="NuttxUserGuide.html#mkfifo"><code>mkfifo()</code></a> NuttX API.
|
||||
@@ -1492,7 +1492,7 @@ mount -t <fstype> <block-device> <code><dir-path></code>
|
||||
If no paramters are provided on the command line after the <code>mount</code> command, then the <code>mount</code> command will enumerate all of the current mountpoints on the console.
|
||||
</p>
|
||||
<p>
|
||||
If the mount parameters are provied on the command after the <code>mount</code> command, then the <code>mount</code> command will mount a file system in the NuttX psuedo-file system.
|
||||
If the mount parameters are provied on the command after the <code>mount</code> command, then the <code>mount</code> command will mount a file system in the NuttX pseudo-file system.
|
||||
<code>mount</code>' performs a three way association, binding:
|
||||
</p>
|
||||
<ol>
|
||||
@@ -1513,7 +1513,7 @@ mount -t <fstype> <block-device> <code><dir-path></code>
|
||||
<a href="NuttxUserGuide.html#FileSystemOverview"><i>pseudo</i> filesystem</a> where the mounted volume will appear.
|
||||
This mount point can only reside in the NuttX <a href="NuttxUserGuide.html#FileSystemOverview"><i>pseudo</i> filesystem</a>.
|
||||
By convention, this mount point is a subdirectory under <code>/mnt</code>.
|
||||
The mount command will create whatever psuedo directories that may be needed to complete the
|
||||
The mount command will create whatever pseudo directories that may be needed to complete the
|
||||
full path but the full path must not already exist.
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user