[BusyBox-cvs] busybox/include usage.h,1.192,1.193
Erik Andersen
andersen at busybox.net
Tue Mar 9 21:32:59 UTC 2004
Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv7792/include
Modified Files:
usage.h
Log Message:
Note that /proc must be mounted for filesystem type autodetection
to work. Without /proc mounted, one must explicitly specify the
type of every filesystem being mounted.
Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- a/usage.h 6 Mar 2004 07:38:27 -0000 1.192
+++ b/usage.h 9 Mar 2004 21:32:57 -0000 1.193
@@ -1696,7 +1696,8 @@
#define mount_trivial_usage \
"[flags] DEVICE NODE [-o options,more-options]"
#define mount_full_usage \
- "Mount a filesystem\n\n" \
+ "Mount a filesystem. Autodetection of filesystem type requires the\n" \
+ "/proc filesystem be already mounted.\n\n" \
"Flags:\n" \
"\t-a:\t\tMount all filesystems in fstab.\n" \
USAGE_MTAB( \
More information about the busybox-cvs
mailing list