]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
man: document cgcreate's -c and -S options
authorTom Hromatka <tom.hromatka@oracle.com>
Thu, 6 Apr 2023 19:36:57 +0000 (13:36 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 20 Apr 2023 20:17:30 +0000 (14:17 -0600)
commit0a7fd68ce76cd91e3751d4f193367a5eb13c0ae0
treee82c45bee82b68dbb527e897a159913c3f3cde5b
parent8dcf276b988f281d439c0ee86b482b9e14675a77
man: document cgcreate's -c and -S options

Add documentation about the -c (create scope) option and the -S
(set as default) option in the cgcreate man page. -c instructs
cgcreate to invoke cgroup_create_scope2() and create a systemd
scope.  -S (used in conjunction with -c) will set the provided
scope as the default for subsequent libcgroup operations.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
(cherry picked from commit 962d5e5ddc9ac735a62a557d58b3f50dcd400477)
doc/man/cgcreate.1