From b8074d53bf7d3ada56899a01a30a697c79421f71 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Fri, 8 Feb 2019 05:38:24 +0900 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6cb617..a3d1dc9 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, fe - In progress - Redesign of the config - - Improve modifing badness by matching with RE pattern: + - Improve modifing badness via matching with regular expressions: - Adding the ability to set many different `badness_adj` for processes depending on the matching `name`, `cmdline` and `euid` with the specified regular expressions - Fix: replace `re.fullmatch()` by `re.search()` - Validation RE patterns at startup @@ -208,7 +208,7 @@ Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, fe - Remove CLI options (need to add it again via `sys.argv`) - Remove self-defense options from config, use systemd unit scheduling instead - Add the ability to send any signal instead of SIGTERM for processes with certain names - - Handle UnicodeDecodeError if victim name consists of many unicode characters + - Handle `UnicodeDecodeError` if victim name consists of many unicode characters - [v0.1](https://github.com/hakavlad/nohang/releases/tag/v0.1), 2018-11-23 - 1st release