From 5393622d0738be7826fc68b5816ecf6913e45811 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 22 Jun 2018 11:34:31 -0600 Subject: [PATCH] Documentation/NuttShell.html: Clarify arguments to the mkrd command. --- Documentation/NuttShell.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 7f3c48aa86..fb94f1617e 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@

NuttShell (NSH)

-

Last Updated: May 11, 2018

+

Last Updated: June 22, 2018

@@ -2387,8 +2387,8 @@ mkrd [-m <minor>] [-s <sector-size>] <nsectors> Synopsis. Create a ramdisk consisting of <nsectors>, each of size <sector-size> (or 512 bytes if <sector-size> is not specified. - The ramdisk will be registered as /dev/ram<n> (if <n> is not - specified, mkrd will attempt to register the ramdisk as /dev/ram0. + The ramdisk will be registered as /dev/ram<minor>. If <minor> is not + specified, mkrd will attempt to register the ramdisk as /dev/ram0.

Example