aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-06-13 02:24:18 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-06-13 02:24:18 +0200
commit8ea683d5dfefa933cde9a691f14e788e1eb4b290 (patch)
tree14edd634b089e2258f58f469c28c7c31b6853bae /coreutils
parentf194cc1f3376a26158940d91d0179a3e70233e10 (diff)
downloadbusybox-w32-8ea683d5dfefa933cde9a691f14e788e1eb4b290.tar.gz
busybox-w32-8ea683d5dfefa933cde9a691f14e788e1eb4b290.tar.bz2
busybox-w32-8ea683d5dfefa933cde9a691f14e788e1eb4b290.zip
ls: fix comment about -p (it's compatible now)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/ls.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c
index ee734734e..c42f5f3d2 100644
--- a/coreutils/ls.c
+++ b/coreutils/ls.c
@@ -182,11 +182,10 @@ LIST_LONG = LIST_MODEBITS | LIST_NLINKS | LIST_ID_NAME | LIST_SIZE | \
182/* -Q GNU option, busybox always supports */ 182/* -Q GNU option, busybox always supports */
183/* -k SELinux option, busybox always supports (ignores if !SELinux) */ 183/* -k SELinux option, busybox always supports (ignores if !SELinux) */
184/* Std has -k which means "show sizes in kbytes" */ 184/* Std has -k which means "show sizes in kbytes" */
185/* -FLHRctur Std options, busybox optionally supports */ 185/* -LHRctur Std options, busybox optionally supports */
186/* -p Std option, busybox optionally supports */ 186/* -Fp Std options, busybox optionally supports */
187/* Not fully compatible - we show not only '/' but other chars too */
188/* -SXvhTw GNU options, busybox optionally supports */ 187/* -SXvhTw GNU options, busybox optionally supports */
189/* -T TABWIDTH is ignored (we don't use tabs on output) */ 188/* -T WIDTH Ignored (we don't use tabs on output) */
190/* -KZ SELinux mandated options, busybox optionally supports */ 189/* -KZ SELinux mandated options, busybox optionally supports */
191/* (coreutils 8.4 has no -K, remove it?) */ 190/* (coreutils 8.4 has no -K, remove it?) */
192/* -e I think we made this one up (looks similar to GNU --full-time) */ 191/* -e I think we made this one up (looks similar to GNU --full-time) */