diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-13 18:49:43 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-13 18:49:43 +0000 |
commit | 9c24ee20ab75047beebcf1a5766fdbdbd82ba662 (patch) | |
tree | 61d03a8d473f2d253c80f5bb3acc13d488351250 /util-linux/mount.c | |
parent | 243153c09634fdbd0ac39af35677a4a7929e9c64 (diff) | |
download | busybox-w32-9c24ee20ab75047beebcf1a5766fdbdbd82ba662.tar.gz busybox-w32-9c24ee20ab75047beebcf1a5766fdbdbd82ba662.tar.bz2 busybox-w32-9c24ee20ab75047beebcf1a5766fdbdbd82ba662.zip |
More doc updates for BusyBox, with fixes to apps for bugs revealed
while trying to write docs . :-)
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@451 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 329c07780..972e5066c 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -83,8 +83,6 @@ static const char mount_usage[] = "\tmount [flags]\n" | |||
83 | "\tsuid / nosuid:\tAllow set-user-id-root programs / disallow them.\n" | 83 | "\tsuid / nosuid:\tAllow set-user-id-root programs / disallow them.\n" |
84 | "\tremount: Re-mount a currently-mounted filesystem, changing its flags.\n" | 84 | "\tremount: Re-mount a currently-mounted filesystem, changing its flags.\n" |
85 | "\tro / rw: Mount for read-only / read-write.\n" | 85 | "\tro / rw: Mount for read-only / read-write.\n" |
86 | "\t" | ||
87 | |||
88 | "There are EVEN MORE flags that are specific to each filesystem.\n" | 86 | "There are EVEN MORE flags that are specific to each filesystem.\n" |
89 | "You'll have to see the written documentation for those.\n"; | 87 | "You'll have to see the written documentation for those.\n"; |
90 | 88 | ||