From a42982e8f569417e93bc3b47c501cbe83a5bfade Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 7 Jun 2000 17:28:53 +0000 Subject: * Fixed 'swapon -a' and 'swapoff -a', which were broken. * Fixed 'mount -a' so it works as expected. * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) -Erik --- docs/busybox.pod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/busybox.pod') diff --git a/docs/busybox.pod b/docs/busybox.pod index 7b76e7e79..3cd45f7bd 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -956,7 +956,7 @@ Example: =item ls -Usage: ls [B<-1acdelnpuxACF>] [filenames...] +Usage: ls [B<-1acdelnpuxACFR>] [filenames...] Options: @@ -974,6 +974,7 @@ Options: -A do not list implied . and .. -C list entries by columns -F append indicator (one of */=@|) to entries + -R list subdirectories recursively ------------------------------- @@ -1947,4 +1948,4 @@ Enrique Zanardi =cut -# $Id: busybox.pod,v 1.35 2000/06/06 16:15:23 andersen Exp $ +# $Id: busybox.pod,v 1.36 2000/06/07 17:28:53 andersen Exp $ -- cgit v1.2.3