From 71c1de7c24b6fc6617f2fa840c67198f7e5c81df Mon Sep 17 00:00:00 2001 From: cryzed Date: Thu, 13 Aug 2020 02:06:59 +0200 Subject: [PATCH] Update README and example --- README.md | 2 +- example.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44f5c71..6e3a3c3 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ processes: # match. Every attribute psutil.Process # (https://psutil.readthedocs.io/en/latest/index.html#psutil.Process) provides on # Linux can be matched on, using regular expressions. Integer attributes will be - # treated as strings and list attributes will be joined using a space before + # treated as strings and list attributes will be joined using shlex.join () before # matching. If you want to, you can also specify a regular expression with an OR # operator and match many processes which will all share the specified bandwidth # limit or traffic priority. diff --git a/example.yaml b/example.yaml index 75c2e3c..a0ea733 100644 --- a/example.yaml +++ b/example.yaml @@ -62,7 +62,7 @@ processes: # match. Every attribute psutil.Process # (https://psutil.readthedocs.io/en/latest/index.html#psutil.Process) provides on # Linux can be matched on, using regular expressions. Integer attributes will be - # treated as strings and list attributes will be joined using a space before + # treated as strings and list attributes will be joined using shlex.join() before # matching. If you want to, you can also specify a regular expression with an OR # operator and match many processes which will all share the specified bandwidth # limit or traffic priority.