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
