aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-15 22:28:50 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-15 22:28:50 +0000
commitb70b4fb69631f8c6983d408934eb264e70b73028 (patch)
treefe0c764cb41cc3ea86c3dcd270e48fa6a1abebcd /docs
parentaf85d86cf00c6ad478e1016f75ed6d55200751fc (diff)
downloadbusybox-w32-b70b4fb69631f8c6983d408934eb264e70b73028.tar.gz
busybox-w32-b70b4fb69631f8c6983d408934eb264e70b73028.tar.bz2
busybox-w32-b70b4fb69631f8c6983d408934eb264e70b73028.zip
Sync up busybox with the latest and greatest. This is not stuff for
the Embedix release. -Erik git-svn-id: svn://busybox.net/trunk/busybox@309 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-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 @@ ________________________________________________________________________________
515 515
516 516
517 517
518mknod (Segmentation Fault when executing this command) 518mknod NAME TYPE MAJOR MINOR
519
520 (No embedix information available for this command.)
521 519
520Make block or character special files.
522 521
522TYPEs include:
523 b: Make a block (buffered) device.
524 c or u: Make a character (un-buffered) device.
525 p: Make a named pipe. Major and minor are ignored for named pipes.
523 526
524 527
525 528