From 3163821967821518cfa4c4315f775ec5301bb023 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sat, 15 Jan 2000 22:28:50 +0000 Subject: Sync up busybox with the latest and greatest. This is not stuff for the Embedix release. -Erik --- docs/CommandList | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'docs/CommandList') 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. -- cgit v1.2.3