File: template-doc.patch

package info (click to toggle)
libcgroup 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,840 kB
  • sloc: ansic: 15,527; python: 8,219; cpp: 5,652; sh: 5,209; yacc: 470; makefile: 419; lex: 38
file content (32 lines) | stat: -rw-r--r-- 1,238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From: Daniel Baumann <mail@daniel-baumann.ch>
Date: Thu, 19 Sep 2013 08:33:12 +0200
Subject: Updating template documentation to match template code (Closes: #682748).

Last-Update: 2014-07-26
---
 doc/man/cgrules.conf.5 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Index: libcgroup/doc/man/cgrules.conf.5
===================================================================
--- libcgroup.orig/doc/man/cgrules.conf.5
+++ libcgroup/doc/man/cgrules.conf.5
@@ -59,12 +59,12 @@ can be:
     - path relative to the controller hierarchy (ex. pgrp1/gid1/uid1)
     - following strings called "\fBtemplates\fR" and will get expanded
 
-          %u     username, uid if name resolving fails
-          %U     uid
-          %g     group name, gid if name resolving fails
-          %G     gid
-          %p     process name, pid if name not available
-          %P     pid
+          %u     uid
+          %U     username, uid if name resolving fails
+          %g     gid
+          %G     group name, gid if name resolving fails
+          %p     pid
+          %P     process name, pid if name not available
 
     - '\\' can be used to escape '%'
     - quotation marks '"' can be used for names and/or paths with spaces