apps/nshlib/README.txt: Clarify arguments to the mkrd command.

This commit is contained in:
Gregory Nutt 2018-06-22 11:35:44 -06:00
parent abcb66cb20
commit 3403b1b0e9

View File

@ -797,8 +797,8 @@ o mkrd [-m <minor>] [-s <sector-size>] <nsectors>
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
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: