diff options
author | Pádraig Brady <P@draigBrady.com> | 2009-04-06 07:43:49 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2009-04-07 18:57:53 +0100 |
commit | 9fdf5845fc87135c4f68bce79f72a25d07130240 (patch) | |
tree | 7a7cb5689be9f2344e05a64dc49085123ac20d26 /tests | |
parent | e22f096d109ea1deb370888fc79ce6496ffc6a1b (diff) | |
download | coreutils-9fdf5845fc87135c4f68bce79f72a25d07130240.tar.xz |
maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systems
* README-prereq: s_linux_GNU/Linux_ or s_linux_Linux kernel_
* README-valgrind: ditto
* src/chown-core.c: ditto
* src/dd.c: ditto
* src/df.c: ditto
* src/ls.c: ditto
* src/mv.c: ditto
* src/pwd.c: ditto
* src/remove.c: ditto
* src/shred.c: ditto
* src/stat.c: ditto
* src/su.c: ditto
* src/system.h: ditto
* src/timeout.c: ditto
* src/truncate.c: ditto
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/dd/skip-seek-past-file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dd/skip-seek-past-file b/tests/dd/skip-seek-past-file index 33abb69cd..cb36d08d9 100755 --- a/tests/dd/skip-seek-past-file +++ b/tests/dd/skip-seek-past-file @@ -84,7 +84,7 @@ if ! truncate --size=$OFF_T_MAX in 2>/dev/null; then # so just check for the skip warning. compare skip_err err || fail=1 else - # On Linux at least lseek(>max file size) fails. + # On Linux kernels at least, lseek(>max file size) fails. # error message should be "... cannot skip: strerror(EINVAL)" grep "cannot skip:" err >/dev/null || fail=1 fi |