]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
docs: update -a flag to match uid:gid order main
authorTomas Fabrizio Orsi <torsi@fi.uba.ar>
Sun, 12 Oct 2025 17:44:37 +0000 (14:44 -0300)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 8 Jan 2026 14:40:38 +0000 (07:40 -0700)
Update cgcreate's man page so that it correctly displays
the order in which the uid and gid parameters are passed in.

Signed-off-by: Tomas Fabrizio Orsi <torsi@fi.uba.ar>
Acked-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
doc/man/cgcreate.1

index 6d924849d14c46136fc45ce478917fdd1098e2ab..8f3b3fc77fbb70717cdaae6978b0ea927cbc0431 100644 (file)
@@ -15,7 +15,7 @@ The command creates new cgroup(s) defined by the options
 \fB-g\fR.
 
 .TP
-.B -a <agid>:<auid>
+.B -a <auid>:<agid>
 defines the name of the user and the group which own the
 rest of the defined control group’s files. These users are
 allowed to set subsystem parameters and create subgroups.