[git commit] ls: fix comment about -p (it's compatible now)
Denys Vlasenko
vda.linux at googlemail.com
Mon Jun 13 00:24:18 UTC 2011
commit: http://git.busybox.net/busybox/commit/?id=8ea683d5dfefa933cde9a691f14e788e1eb4b290
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
coreutils/ls.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/coreutils/ls.c b/coreutils/ls.c
index ee73473..c42f5f3 100644
--- a/coreutils/ls.c
+++ b/coreutils/ls.c
@@ -182,11 +182,10 @@ LIST_LONG = LIST_MODEBITS | LIST_NLINKS | LIST_ID_NAME | LIST_SIZE | \
/* -Q GNU option, busybox always supports */
/* -k SELinux option, busybox always supports (ignores if !SELinux) */
/* Std has -k which means "show sizes in kbytes" */
-/* -FLHRctur Std options, busybox optionally supports */
-/* -p Std option, busybox optionally supports */
-/* Not fully compatible - we show not only '/' but other chars too */
+/* -LHRctur Std options, busybox optionally supports */
+/* -Fp Std options, busybox optionally supports */
/* -SXvhTw GNU options, busybox optionally supports */
-/* -T TABWIDTH is ignored (we don't use tabs on output) */
+/* -T WIDTH Ignored (we don't use tabs on output) */
/* -KZ SELinux mandated options, busybox optionally supports */
/* (coreutils 8.4 has no -K, remove it?) */
/* -e I think we made this one up (looks similar to GNU --full-time) */
--
1.7.3.4
More information about the busybox-cvs
mailing list