aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-06 16:15:23 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-06 16:15:23 +0000
commit815e90447064e287ad181c1231636e7f1b44f76c (patch)
tree0955917be0c7adc926b7298bf450fedc67e447e6 /docs
parentc389d9118152e45303173c221a33a8083e769884 (diff)
downloadbusybox-w32-815e90447064e287ad181c1231636e7f1b44f76c.tar.gz
busybox-w32-815e90447064e287ad181c1231636e7f1b44f76c.tar.bz2
busybox-w32-815e90447064e287ad181c1231636e7f1b44f76c.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
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 272885164..7b76e7e79 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -1327,7 +1327,8 @@ Instructs the kernel to reboot the system.
1327 1327
1328Usage: rm [OPTION]... FILE... 1328Usage: rm [OPTION]... FILE...
1329 1329
1330Remove (unlink) the FILE(s). 1330Remove (unlink) the FILE(s). You may use '--' to
1331indicate that all following arguments are non-options.
1331 1332
1332Options: 1333Options:
1333 1334
@@ -1946,4 +1947,4 @@ Enrique Zanardi <ezanardi@ull.es>
1946 1947
1947=cut 1948=cut
1948 1949
1949# $Id: busybox.pod,v 1.34 2000/06/05 17:23:06 andersen Exp $ 1950# $Id: busybox.pod,v 1.35 2000/06/06 16:15:23 andersen Exp $