svn commit: trunk/busybox/include

landley at busybox.net landley at busybox.net
Sat Jun 24 22:39:23 UTC 2006


Author: landley
Date: 2006-06-24 15:39:19 -0700 (Sat, 24 Jun 2006)
New Revision: 15502

Log:
Document mount's new error return conventions.


Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2006-06-24 21:27:36 UTC (rev 15501)
+++ trunk/busybox/include/usage.h	2006-06-24 22:39:19 UTC (rev 15502)
@@ -2047,6 +2047,8 @@
 	"$ mount /dev/fd0 /mnt -t msdos -o ro\n" \
 	"$ mount /tmp/diskimage /opt -t ext2 -o loop\n" \
 	"$ mount cd_image.iso mydir\n"
+#define mount_notes_usage \
+	"Returns 0 for success, number of failed mounts for -a, or errno for one mount." 
 
 #define mountpoint_trivial_usage \
 	"[-q] <[-d] DIR | -x DEVICE>"
@@ -3463,6 +3465,6 @@
 	"\t-f              foreground mode\n" \
 	"\t-q              quit after address (no daemon)\n" \
 	"\t-r 169.254.x.x  request this address first\n" \
-	"\t-v              verbose; show version"
+	"\t-v              verbose"
 
 #endif /* __BB_USAGE_H__ */




More information about the busybox-cvs mailing list