Documentation/NuttShell.html: Clarify arguments to the mkrd command.
This commit is contained in:
parent
daa04c2eae
commit
5393622d07
@ -8,7 +8,7 @@
|
||||
<tr align="center" bgcolor="#e4e4e4">
|
||||
<td>
|
||||
<h1><big><font color="#3c34ec"><i>NuttShell (NSH)</i></font></big></h1>
|
||||
<p>Last Updated: May 11, 2018</p>
|
||||
<p>Last Updated: June 22, 2018</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -2387,8 +2387,8 @@ mkrd [-m <minor>] [-s <sector-size>] <nsectors>
|
||||
<b>Synopsis</b>.
|
||||
Create a ramdisk consisting of <code><nsectors></code>, each of size
|
||||
<code><sector-size></code> (or 512 bytes if <code><sector-size></code> is not specified.
|
||||
The ramdisk will be registered as <code>/dev/ram<n></code> (if <code><n></code> is not
|
||||
specified, mkrd will attempt to register the ramdisk as <code>/dev/ram0</code>.
|
||||
The ramdisk will be registered as <code>/dev/ram<minor></code>. If <code><minor></code> is not
|
||||
specified, <code>mkrd</code> will attempt to register the ramdisk as <code>/dev/ram0</code>.
|
||||
</p>
|
||||
<p><b>Example</b></p>
|
||||
<ul><pre>
|
||||
|
Loading…
Reference in New Issue
Block a user