Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKir Kolyshkin <kolyshkin@gmail.com>2020-01-31 02:27:07 +0300
committerAndrei Vagin <avagin@gmail.com>2020-02-04 23:39:44 +0300
commita15426a111eb50e2339607225b0ab0d1dc49e0ed (patch)
tree676183ca519fb9cfb934f9690ff9bc183af4c387 /Documentation
parent8477875dc29e82485318b1c0f8482735755d5265 (diff)
criu(8): some minor rewording
1. Add a/the articles where I see them missing 2. s/Forbid/disable/ 3. s/crit/crit(1)/ as we're referring to a man page 4. Simplify some descriptions Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/criu.txt25
1 files changed, 12 insertions, 13 deletions
diff --git a/Documentation/criu.txt b/Documentation/criu.txt
index 133a094c0..64b33ce6d 100644
--- a/Documentation/criu.txt
+++ b/Documentation/criu.txt
@@ -24,8 +24,8 @@ on a different system, or both.
OPTIONS
-------
-Most of the true / false long options (the ones without arguments) can be
-prefixed with *--no-* to negate the option (example: *--display-stats*
+Most of the long flags can be
+prefixed with *no-* to negate the option (example: *--display-stats*
and *--no-display-stats*).
Common options
@@ -33,9 +33,8 @@ Common options
Common options are applicable to any 'command'.
*-v*[*v*...], *--verbosity*::
- Increase verbosity up from the default level. Multiple *v* can be used,
- each increasing verbosity by one level. Using long option without argument
- increases verbosity by one level.
+ Increase verbosity up from the default level. In case of short option,
+ multiple *v* can be used, each increasing verbosity by one.
*-v*'num', *--verbosity*='num'::
Set verbosity level to 'num'. The higher the level, the more output
@@ -57,22 +56,22 @@ The following levels are available:
Pass a specific configuration file to criu.
*--no-default-config*::
- Forbid parsing of default configuration files.
+ Disable parsing of default configuration files.
*--pidfile* 'file'::
Write root task, service or page-server pid into a 'file'.
*-o*, *--log-file* 'file'::
- Write logging messages to 'file'.
+ Write logging messages to a 'file'.
*--display-stats*::
- During dump as well as during restore *criu* collects information
- like the time required to dump or restore the process or the
+ During dump, as well as during restore, *criu* collects some statistics,
+ like the time required to dump or restore the process, or the
number of pages dumped or restored. This information is always
- written to the files 'stats-dump' and 'stats-restore' and can
- be easily displayed using *crit*. The option *--display-stats*
- additionally prints out this information on the console at the end
- of a dump or a restore.
+ saved to the *stats-dump* and *stats-restore* files, and can
+ be shown using *crit*(1). The option *--display-stats*
+ prints out this information on the console at the end
+ of a dump or restore operation.
*-D*, *--images-dir* 'path'::
Use 'path' as a base directory where to look for sets of image files.