diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-07 17:28:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-07 17:28:53 +0000 |
commit | a42982e8f569417e93bc3b47c501cbe83a5bfade (patch) | |
tree | a28be75735aa78f38cf8464f874857fd0132c664 /docs | |
parent | 1f6262b8e2b4225a028b016fed4a3a9ee717b540 (diff) | |
download | busybox-w32-a42982e8f569417e93bc3b47c501cbe83a5bfade.tar.gz busybox-w32-a42982e8f569417e93bc3b47c501cbe83a5bfade.tar.bz2 busybox-w32-a42982e8f569417e93bc3b47c501cbe83a5bfade.zip |
* 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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 5 |
1 files changed, 3 insertions, 2 deletions
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: | |||
956 | 956 | ||
957 | =item ls | 957 | =item ls |
958 | 958 | ||
959 | Usage: ls [B<-1acdelnpuxACF>] [filenames...] | 959 | Usage: ls [B<-1acdelnpuxACFR>] [filenames...] |
960 | 960 | ||
961 | Options: | 961 | Options: |
962 | 962 | ||
@@ -974,6 +974,7 @@ Options: | |||
974 | -A do not list implied . and .. | 974 | -A do not list implied . and .. |
975 | -C list entries by columns | 975 | -C list entries by columns |
976 | -F append indicator (one of */=@|) to entries | 976 | -F append indicator (one of */=@|) to entries |
977 | -R list subdirectories recursively | ||
977 | 978 | ||
978 | ------------------------------- | 979 | ------------------------------- |
979 | 980 | ||
@@ -1947,4 +1948,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
1947 | 1948 | ||
1948 | =cut | 1949 | =cut |
1949 | 1950 | ||
1950 | # $Id: busybox.pod,v 1.35 2000/06/06 16:15:23 andersen Exp $ | 1951 | # $Id: busybox.pod,v 1.36 2000/06/07 17:28:53 andersen Exp $ |