diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-15 09:16:27 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-15 09:16:27 +0200 |
commit | cd3dd42c28832da92ee0d4d3afe7cf722e38f80c (patch) | |
tree | 6c97c10fb539f2d8cb8d3f34eff73ac6bcecf70b /docs | |
parent | 82a6fb3ea6b49bcf1ef21ab589179ee2d6ffdc09 (diff) | |
download | busybox-w32-cd3dd42c28832da92ee0d4d3afe7cf722e38f80c.tar.gz busybox-w32-cd3dd42c28832da92ee0d4d3afe7cf722e38f80c.tar.bz2 busybox-w32-cd3dd42c28832da92ee0d4d3afe7cf722e38f80c.zip |
seq: fix testsuite failures
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/posix_conformance.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/posix_conformance.txt b/docs/posix_conformance.txt index a9176f503..5451a322d 100644 --- a/docs/posix_conformance.txt +++ b/docs/posix_conformance.txt | |||
@@ -189,7 +189,7 @@ df POSIX options | |||
189 | df Busybox specific options: | 189 | df Busybox specific options: |
190 | -a, -m, -B SIZE, -i, -h | 190 | -a, -m, -B SIZE, -i, -h |
191 | Remark: | 191 | Remark: |
192 | - It seems that GNU df doesnt rount percents up in its output (thus its results are a bit different) | 192 | - It seems that GNU df does not round percents up in its output (thus its results are a bit different) |
193 | 193 | ||
194 | diff POSIX options | 194 | diff POSIX options |
195 | option | exists | compliant | remarks | 195 | option | exists | compliant | remarks |