diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-20 13:28:22 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-20 13:28:22 +0000 |
commit | e1a0d486e4804eae098571f1a6788394c2ee51ae (patch) | |
tree | c6f3435738900c8d53832eb919b1b2c3d524f2e5 /coreutils/du.c | |
parent | dd2982882bb192ea757f32514bc2ea0bc96f5ba0 (diff) | |
download | busybox-w32-e1a0d486e4804eae098571f1a6788394c2ee51ae.tar.gz busybox-w32-e1a0d486e4804eae098571f1a6788394c2ee51ae.tar.bz2 busybox-w32-e1a0d486e4804eae098571f1a6788394c2ee51ae.zip |
message string changes, mostly for consistency, also -32 bytes in .rodata
Diffstat (limited to 'coreutils/du.c')
-rw-r--r-- | coreutils/du.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/du.c b/coreutils/du.c index f61d978b7..efc449097 100644 --- a/coreutils/du.c +++ b/coreutils/du.c | |||
@@ -165,7 +165,7 @@ int du_main(int argc, char **argv) | |||
165 | } | 165 | } |
166 | #endif | 166 | #endif |
167 | 167 | ||
168 | /* Note: SUSv3 specifies that -a and -s options can not be used together | 168 | /* Note: SUSv3 specifies that -a and -s options cannot be used together |
169 | * in strictly conforming applications. However, it also says that some | 169 | * in strictly conforming applications. However, it also says that some |
170 | * du implementations may produce output when -a and -s are used together. | 170 | * du implementations may produce output when -a and -s are used together. |
171 | * gnu du exits with an error code in this case. We choose to simply | 171 | * gnu du exits with an error code in this case. We choose to simply |