From 815e90447064e287ad181c1231636e7f1b44f76c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 6 Jun 2000 16:15:23 +0000 Subject: 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 -- " updated docs accordingly. -Erik --- docs/busybox.pod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') 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. Usage: rm [OPTION]... FILE... -Remove (unlink) the FILE(s). +Remove (unlink) the FILE(s). You may use '--' to +indicate that all following arguments are non-options. Options: @@ -1946,4 +1947,4 @@ Enrique Zanardi =cut -# $Id: busybox.pod,v 1.34 2000/06/05 17:23:06 andersen Exp $ +# $Id: busybox.pod,v 1.35 2000/06/06 16:15:23 andersen Exp $ -- cgit v1.2.3