diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-15 22:28:50 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-15 22:28:50 +0000 |
commit | 3163821967821518cfa4c4315f775ec5301bb023 (patch) | |
tree | fe0c764cb41cc3ea86c3dcd270e48fa6a1abebcd /docs | |
parent | b7cc49d992ed9a5a59261096012e0b4a811bb7f4 (diff) | |
download | busybox-3163821967821518cfa4c4315f775ec5301bb023.tar.gz |
Sync up busybox with the latest and greatest. This is not stuff for
the Embedix release.
-Erik
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandList | 9 |
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. |