From d331798dba56e38e5c72f85a1867944a8b0113f7 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Wed, 16 Mar 2022 21:48:56 +0530 Subject: [PATCH] man/cgrules.conf.5: fix trailing white spaces checkpatch.pl reported trailing white spaces, fix them. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- doc/man/cgrules.conf.5 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/man/cgrules.conf.5 b/doc/man/cgrules.conf.5 index 2d434e74..1971b5cb 100644 --- a/doc/man/cgrules.conf.5 +++ b/doc/man/cgrules.conf.5 @@ -1,9 +1,9 @@ -.\" Copyright (C) 2009 Red Hat, Inc. All Rights Reserved. -.\" Written by Ivana Varekova +.\" Copyright (C) 2009 Red Hat, Inc. All Rights Reserved. +.\" Written by Ivana Varekova .TH CGRULES.CONF 5 2009-03-10 "Linux" "libcgroup Manual" .SH NAME -cgrules.conf \- libcgroup configuration file +cgrules.conf \- libcgroup configuration file .SH DESCRIPTION .B "cgrules.conf" configuration file is used by @@ -14,7 +14,7 @@ to define control groups to which a process belongs. The file contains a list of rules which assign to a defined group/user a control group in a subsystem (or control groups in subsystems). -Rules have two formats: +Rules have two formats: .in +4n .nf @@ -33,8 +33,8 @@ can be: - a user name - a group name with @group syntax - the wildcard '*', for any user or group - - '%', which is equivalent to "ditto" (useful for - multi-line rules where different cgroups need to be + - '%', which is equivalent to "ditto" (useful for + multi-line rules where different cgroups need to be specified for various hierarchies for a single user) .fi @@ -48,7 +48,7 @@ is optional and it can be: .I controllers can be: .nf - - comma separated controller names (no spaces) or + - comma separated controller names (no spaces) or - * (for all mounted controllers) .fi @@ -114,8 +114,8 @@ The first line says Peter's task for cpu controller belongs to test1 control group. The second one says Peter's tasks for memory controller belong to test2/ control group. -.nf -* * default/ +.nf +* * default/ .fi All processes in any subsystem belong to the control group default/. Since the earliest matched rule is applied, it makes sense to have this line -- 2.47.2