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:
authorRadostin Stoyanov <rstoyanov1@gmail.com>2019-01-17 11:43:31 +0300
committerAndrei Vagin <avagin@gmail.com>2019-04-21 06:25:26 +0300
commite08c7dc2bcb53515ef90d76ab0e643a1277fd7fc (patch)
treea3ea44b7645121f9e66047214f23f176da564680 /Documentation
parent9c9f93272364d913cc61f713ffbae51ef9c0dceb (diff)
criu(8): Fix typos
Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com> Signed-off-by: Andrei Vagin <avagin@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/criu.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/criu.txt b/Documentation/criu.txt
index 4194f5b0c..d7ba16fb3 100644
--- a/Documentation/criu.txt
+++ b/Documentation/criu.txt
@@ -172,7 +172,7 @@ In other words, do not use it unless really needed.
*--external* 'type'*[*'id'*]:*'value'::
Dump an instance of an external resource. The generic syntax is
'type' of resource, followed by resource 'id' (enclosed in literal
- square brackets), and optional 'value' (prepended by a literal semicolon).
+ square brackets), and optional 'value' (prepended by a literal colon).
The following resource types are currently supported: *mnt*, *dev*,
*file*, *tty*, *unix*. Syntax depends on type.
Note to restore external resources, either *--external* or *--inherit-fd*
@@ -186,7 +186,7 @@ In other words, do not use it unless really needed.
Dump all external bind mounts, autodetecting those. Optional 'flags'
can contain *m* to also dump external master mounts, *s* to also
dump external shared mounts (default behavior is to abort dumping
- if such mounts are found). If 'flags' are not provided, semicolon
+ if such mounts are found). If 'flags' are not provided, colon
is optional.
*--external dev[*'major'*/*'minor'*]:*'name'::
@@ -379,7 +379,7 @@ usually need to be escaped from shell.
*--external* 'type'*[*'id'*]:*'value'::
Restore an instance of an external resource. The generic syntax is
'type' of resource, followed by resource 'id' (enclosed in literal
- square brackets), and optional 'value' (prepended by a literal semicolon).
+ square brackets), and optional 'value' (prepended by a literal colon).
The following resource types are currently supported: *mnt*, *dev*,
*veth*, *macvlan*. Syntax depends on type. Note to restore external
resources dealing with opened file descriptors (such as dumped with
@@ -572,7 +572,7 @@ Launches *criu* in page server mode.
*--lazy-pages*::
Serve local memory dump to a remote *lazy-pages* daemon. In this
mode the *page-server* reads local memory dump and allows the
- remote *lazy-pages* deamon to request memory pages in random
+ remote *lazy-pages* daemon to request memory pages in random
order.
*lazy-pages*
@@ -582,7 +582,7 @@ Launches *criu* in lazy-pages daemon mode.
The *lazy-pages* daemon is responsible for managing user-level demand
paging for the restored processes. It gets information required to
fill the process memory pages from the *restore* and from the
-checkpont directory. When a restored process access certain memory
+checkpoint directory. When a restored process access certain memory
page for the first time, the *lazy-pages* daemon injects its contents
into the process address space. The memory pages that are not yet
requested by the restored processes are injected in the background.