From ffcdeb7d0acfc07ffa9add924010e5405b50236c Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Wed, 20 Jan 2016 10:27:38 -0700 Subject: [PATCH] docs: add a note about the default mode Signed-off-by: Tycho Andersen Signed-off-by: Pavel Emelyanov --- Documentation/criu.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/criu.txt b/Documentation/criu.txt index 652706ee1..e7ba6ddb6 100644 --- a/Documentation/criu.txt +++ b/Documentation/criu.txt @@ -236,7 +236,8 @@ The '' may be one of below. - *props*. Restore cgroup properties and require cgroup to pre-exist. - *soft*. Restore cgroup properties if only cgroup has been created - by *criu*, otherwise do not restore properies. + by *criu*, otherwise do not restore properies. This is the + default if mode is unspecified. - *full*. Always restore all cgroups and their properties.