aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-06 16:15:23 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-06 16:15:23 +0000
commit088238cc727a9594cc20e6caed137fc532671188 (patch)
tree0955917be0c7adc926b7298bf450fedc67e447e6 /util-linux
parent0763f791683f2323a24e5ec82fc2deafc70b5dd1 (diff)
downloadbusybox-w32-088238cc727a9594cc20e6caed137fc532671188.tar.gz
busybox-w32-088238cc727a9594cc20e6caed137fc532671188.tar.bz2
busybox-w32-088238cc727a9594cc20e6caed137fc532671188.zip
Fixed a bunch of stuff:
* Fixed segfault caused by "touch -c" * Fixed segfault caused by "rm -f" * Fixed segfault caused by "ln -s -s" and similar abuses. * Fixed segfault caused by "cp -a -a" and similar abuses. * Implemented "rm -- <foo>" updated docs accordingly. -Erik git-svn-id: svn://busybox.net/trunk/busybox@613 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/mkfs_minix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c
index c6f057a07..ef37c385d 100644
--- a/util-linux/mkfs_minix.c
+++ b/util-linux/mkfs_minix.c
@@ -188,7 +188,7 @@ static volatile void show_usage()
188 fprintf(stderr, 188 fprintf(stderr,
189 "\t-n [14|30]\tSpecify the maximum length of filenames\n"); 189 "\t-n [14|30]\tSpecify the maximum length of filenames\n");
190 fprintf(stderr, 190 fprintf(stderr,
191 "\t-i\t\tSpecify the number of inodes for the filesystem\n"); 191 "\t-i INODES\tSpecify the number of inodes for the filesystem\n");
192 fprintf(stderr, 192 fprintf(stderr,
193 "\t-l FILENAME\tRead the bad blocks list from FILENAME\n"); 193 "\t-l FILENAME\tRead the bad blocks list from FILENAME\n");
194 fprintf(stderr, "\t-v\t\tMake a Minix version 2 filesystem\n\n"); 194 fprintf(stderr, "\t-v\t\tMake a Minix version 2 filesystem\n\n");