[BusyBox-cvs] busybox/include usage.h,1.212,1.213

Glenn McGrath,,, bug1 at busybox.net
Sat Jun 5 07:59:00 UTC 2004


Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv2525/include

Modified Files:
	usage.h 
Log Message:
Woops, the previous commit was an accident, its supplied in the patch, 
dont commit yet as we are in feature freeze


Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -d -r1.212 -r1.213
--- a/usage.h	5 Jun 2004 07:54:50 -0000	1.212
+++ b/usage.h	5 Jun 2004 07:58:17 -0000	1.213
@@ -1536,7 +1536,6 @@
 #define lsmod_full_usage \
 	"List the currently loaded kernel modules."
 
-#ifdef CONFIG_FEATURE_MAKEDEVS_LEAF
 #define makedevs_trivial_usage \
 	"NAME TYPE MAJOR MINOR FIRST LAST [s]"
 #define makedevs_full_usage \
@@ -1556,18 +1555,6 @@
 	"[creates ttyS2-ttyS63]\n" \
 	"# makedevs /dev/hda b 3 0 0 8 s\n" \
 	"[creates hda,hda1-hda8]\n"
-#endif
-
-#ifdef CONFIG_FEATURE_MAKEDEVS_TABLE
-#define makedevs_trivial_usage \
-	"[-r rootdir] [device_table]"
-#define makedevs_full_usage \
-	"Creates a batch of special files as specified in a device table\n" \
-	"The device table has one line per device group, each group is of\n" \
-	"the format\n" \
-	"\ttype mode user group major minor start increment count\n" \
-	"a '-' may be used for blank entries\n"
-#endif
 
 #ifdef CONFIG_FEATURE_MD5_SHA1_SUM_CHECK
 #define USAGE_MD5_SHA1_SUM_CHECK(a) a




More information about the busybox-cvs mailing list