aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandList
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CommandList')
-rw-r--r--docs/CommandList9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/CommandList b/docs/CommandList
index 8c0a01e23..32d2134d8 100644
--- a/docs/CommandList
+++ b/docs/CommandList
@@ -515,11 +515,14 @@ ________________________________________________________________________________
-mknod (Segmentation Fault when executing this command)
-
- (No embedix information available for this command.)
+mknod NAME TYPE MAJOR MINOR
+Make block or character special files.
+TYPEs include:
+ b: Make a block (buffered) device.
+ c or u: Make a character (un-buffered) device.
+ p: Make a named pipe. Major and minor are ignored for named pipes.