]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
cgcreate.1: -s option problem
authorIvana Hutarova Varekova <varekova@redhat.com>
Sat, 12 May 2012 16:21:10 +0000 (18:21 +0200)
committerIvana Hutarova Varekova <varekova@redhat.com>
Sat, 12 May 2012 16:21:10 +0000 (18:21 +0200)
cgcreate.1 man page have bogus -s description this patch fixes it

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

index 5bab19a20796c787d4b23d57740cb1ef73f238a6..3e8fe227654afa3f2b60b38b0a92859073b65231 100644 (file)
@@ -5,9 +5,9 @@
 cgcreate \- create new cgroup(s)
 
 .SH SYNOPSIS
-\fBcgcreate\fR [\fB-h\fR] [\fB-s\fR] [\fB-t\fR <\fItuid>:<tgid\fR>]
+\fBcgcreate\fR [\fB-h\fR] [\fB-t\fR <\fItuid>:<tgid\fR>]
 [\fB-a\fR <\fIagid>:<auid\fR>] [\fB-f\fR mode] [\fB-d\fR mode]
-\fB-g\fR <\fIcontrollers>:<path\fR> [\fB-g\fR ...]
+[\fB-s\fR mode] \fB-g\fR <\fIcontrollers>:<path\fR> [\fB-g\fR ...]
 
 .SH DESCRIPTION
 The command creates new cgroup(s) defined by the options
@@ -51,7 +51,7 @@ display this help and exit
 .B -s, --tperm=mode
 sets the permissions of the control group tasks file.
 The permissions needs to be specified as octal numbers e.g.
-\fB-f 775\fR.
+\fB-s 775\fR.
 The value is not used as given because the current owner's
 permissions are used as an umask (so 777 will set group and
 others permissions to the owners permissions).