]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
cgcreate.1: sort the options in cgcreate.1
authorIvana Hutarova Varekova <varekova@redhat.com>
Mon, 9 May 2011 08:39:54 +0000 (10:39 +0200)
committerJan Safranek <jsafrane@redhat.com>
Mon, 9 May 2011 09:40:38 +0000 (11:40 +0200)
This patch sort the options on cgcreate.1 manual page to alphabethic order

Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com>
Signed-off-by: Jan Safranek <jsafrane@redhat.com>
doc/man/cgcreate.1

index 4bcb132e258c467294e95038b4f495ea861f262b..f86e7b5d864f3af24ac1d9f62febeca5cd5b7676 100644 (file)
@@ -13,15 +13,6 @@ cgcreate \- create new cgroup(s)
 The command creates new cgroup(s) defined by option 
 \fB-g\fR.
 
-
-
-.TP
-.B -t <tuid>:<tgid>
-defines the name of the user and the group, which owns tasks
-file of the defined control group. I.e. this user and members
-of this group have write access to the file.
-The default value is the same as has the parent cgroup.
-
 .TP
 .B -a <agid>:<auid>
 defines the name of the user and the group, which owns the
@@ -53,6 +44,14 @@ multiple times.
 .B -h, --help
 display this help and exit
 
+.TP
+.B -t <tuid>:<tgid>
+defines the name of the user and the group, which owns tasks
+file of the defined control group. I.e. this user and members
+of this group have write access to the file.
+The default value is the same as has the parent cgroup.
+
+
 .SH FILES
 
 .SH SEE ALSO