summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-27 19:19:27 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-27 19:19:27 -0500
commit690643aa6cf63372719fcbdc0898e4052d87ba32 (patch)
tree5e60ad542dfee81ec5a2d3cc80a71d19290615e9
parentMisc: Capitalize RTEMS. (diff)
parentshell/file_and_directory.rst: Correct mkdos command. (diff)
downloadrtems-docs-690643aa6cf63372719fcbdc0898e4052d87ba32.tar.bz2
Merge branch 'master' of ssh://dispatch.rtems.org/data/git/rtems-docs
-rw-r--r--shell/file_and_directory.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/shell/file_and_directory.rst b/shell/file_and_directory.rst
index 80864a7..eb4b276 100644
--- a/shell/file_and_directory.rst
+++ b/shell/file_and_directory.rst
@@ -1090,6 +1090,7 @@ NONE
**EXAMPLES:**
The following is an example of how to use ``df``:
+
.. code:: c
SHLL [/] $ df -B 4K
@@ -1848,17 +1849,23 @@ mkdos - DOSFS file system format
.. code:: shell
- mkdir [-V label] [-s sectors/cluster] [-r size] [-v] path
+ mkdos [-V label] [-s sectors/cluster] [-r size] [-v] path
**DESCRIPTION:**
This command formats a block device entry with the DOSFS file system.
*-V label*
+ Specify the volume label.
*-s sectors/cluster*
+ Specify the number of sectors per cluster.
*-r size*
+ Specify the number of entries in the root directory.
+
+*-v*
+ Enable verbose output mode.
**EXIT STATUS:**