From 88b93a6865483218fb378e9d7cac569f89c392e4 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Mon, 24 Feb 2025 12:31:32 +0200 Subject: [PATCH] uucore: Extend proc_info spell checker list --- src/uucore/src/lib/features/proc_info.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uucore/src/lib/features/proc_info.rs b/src/uucore/src/lib/features/proc_info.rs index bbcaae91c..c8bede26b 100644 --- a/src/uucore/src/lib/features/proc_info.rs +++ b/src/uucore/src/lib/features/proc_info.rs @@ -4,6 +4,7 @@ // file that was distributed with this source code. // spell-checker:ignore exitstatus cmdline kworker pgrep pwait snice procps +// spell-checker:ignore egid euid gettid ppid //! Set of functions to manage IDs //!