diff --git a/src/uu/cat/src/platform/unix.rs b/src/uu/cat/src/platform/unix.rs index 6cc55fc69..2a9062d5c 100644 --- a/src/uu/cat/src/platform/unix.rs +++ b/src/uu/cat/src/platform/unix.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore lseek seekable +// spell-checker:ignore lseek use rustix::fs::{OFlags, SeekFrom, fcntl_getfl}; use std::os::fd::AsFd; diff --git a/src/uu/dd/src/dd.rs b/src/uu/dd/src/dd.rs index 677fe0908..72aee3991 100644 --- a/src/uu/dd/src/dd.rs +++ b/src/uu/dd/src/dd.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore fname, ftype, tname, fpath, specfile, testfile, unspec, ifile, ofile, outfile, fullblock, urand, fileio, atoe, atoibm, behaviour, bmax, bremain, cflags, creat, ctable, ctty, datastructures, doesnt, etoa, fileout, fname, gnudd, iconvflags, iseek, nocache, noctty, noerror, nofollow, nolinks, nonblock, oconvflags, oseek, outfile, parseargs, rlen, rmax, rremain, rsofar, rstat, sigusr, wlen, wstat seekable oconv canonicalized fadvise Fadvise FADV DONTNEED ESPIPE bufferedoutput, SETFL +// spell-checker:ignore fname, ftype, tname, fpath, specfile, testfile, unspec, ifile, ofile, outfile, fullblock, urand, fileio, atoe, atoibm, behaviour, bmax, bremain, cflags, creat, ctable, ctty, datastructures, doesnt, etoa, fileout, fname, gnudd, iconvflags, iseek, nocache, noctty, noerror, nofollow, nolinks, nonblock, oconvflags, oseek, outfile, parseargs, rlen, rmax, rremain, rsofar, rstat, sigusr, wlen, wstat oconv canonicalized fadvise Fadvise FADV DONTNEED ESPIPE bufferedoutput, SETFL mod blocks; mod bufferedoutput; diff --git a/src/uu/head/src/head.rs b/src/uu/head/src/head.rs index 1fbb21dcb..235ea5258 100644 --- a/src/uu/head/src/head.rs +++ b/src/uu/head/src/head.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore (vars) seekable memrchr +// spell-checker:ignore (vars) memrchr use clap::ArgMatches; use memchr::memrchr_iter; diff --git a/src/uu/tail/src/follow/files.rs b/src/uu/tail/src/follow/files.rs index af9ed39d4..699d2f5f7 100644 --- a/src/uu/tail/src/follow/files.rs +++ b/src/uu/tail/src/follow/files.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore tailable seekable stdlib (stdlib) +// spell-checker:ignore tailable stdlib (stdlib) use crate::args::Settings; use crate::chunks::BytesChunkBuffer; diff --git a/src/uu/tail/src/paths.rs b/src/uu/tail/src/paths.rs index 8682cb571..aa9a81b70 100644 --- a/src/uu/tail/src/paths.rs +++ b/src/uu/tail/src/paths.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore tailable seekable stdlib (stdlib) +// spell-checker:ignore tailable stdlib (stdlib) use crate::text; use std::ffi::OsStr; diff --git a/src/uu/tail/src/tail.rs b/src/uu/tail/src/tail.rs index 6bd812a1e..0b7ec01e7 100644 --- a/src/uu/tail/src/tail.rs +++ b/src/uu/tail/src/tail.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore (ToDO) seekable seek'd tail'ing ringbuffer ringbuf unwatch +// spell-checker:ignore (ToDO) seek'd tail'ing ringbuffer ringbuf unwatch // spell-checker:ignore (ToDO) Uncategorized filehandle Signum memrchr // spell-checker:ignore (libs) kqueue // spell-checker:ignore (acronyms) diff --git a/src/uucore/src/lib/features/pipes.rs b/src/uucore/src/lib/features/pipes.rs index 8d5800cf9..cc775d3f4 100644 --- a/src/uucore/src/lib/features/pipes.rs +++ b/src/uucore/src/lib/features/pipes.rs @@ -64,7 +64,7 @@ pub fn splice_exact(source: &impl AsFd, target: &impl AsFd, len: usize) -> std:: /// Return verified /dev/null /// -/// `splice` to /dev/null is faster than `read` when we skip or count the input which is not able to seek +/// `splice` to /dev/null is faster than `read` when we skip or count the non-seekable input #[inline] #[cfg(any(target_os = "linux", target_os = "android"))] pub fn dev_null() -> Option { diff --git a/tests/by-util/test_dd.rs b/tests/by-util/test_dd.rs index e9574bb05..4bc9abf55 100644 --- a/tests/by-util/test_dd.rs +++ b/tests/by-util/test_dd.rs @@ -2,7 +2,7 @@ // // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore fname, tname, fpath, specfile, testfile, unspec, ifile, ofile, outfile, fullblock, urand, fileio, atoe, atoibm, availible, behaviour, bmax, bremain, btotal, cflags, creat, ctable, ctty, datastructures, doesnt, etoa, fileout, fname, gnudd, iconvflags, iseek, nocache, noctty, noerror, nofollow, nolinks, nonblock, oconvflags, oseek, outfile, parseargs, rlen, rmax, rposition, rremain, rsofar, rstat, sigusr, sigval, wlen, wstat abcdefghijklm abcdefghi nabcde nabcdefg abcdefg fifoname seekable fadvise FADV DONTNEED +// spell-checker:ignore fname, tname, fpath, specfile, testfile, unspec, ifile, ofile, outfile, fullblock, urand, fileio, atoe, atoibm, availible, behaviour, bmax, bremain, btotal, cflags, creat, ctable, ctty, datastructures, doesnt, etoa, fileout, fname, gnudd, iconvflags, iseek, nocache, noctty, noerror, nofollow, nolinks, nonblock, oconvflags, oseek, outfile, parseargs, rlen, rmax, rposition, rremain, rsofar, rstat, sigusr, sigval, wlen, wstat abcdefghijklm abcdefghi nabcde nabcdefg abcdefg fifoname fadvise FADV DONTNEED use uutests::at_and_ucmd; use uutests::new_ucmd; diff --git a/tests/by-util/test_head.rs b/tests/by-util/test_head.rs index 041b68f58..3024d4f87 100644 --- a/tests/by-util/test_head.rs +++ b/tests/by-util/test_head.rs @@ -4,7 +4,6 @@ // file that was distributed with this source code. // spell-checker:ignore (words) bogusfile emptyfile abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstu -// spell-checker:ignore (words) seekable #[cfg(all( not(target_os = "windows"),