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-02-22 21:55:15 +0300
committerAndrei Vagin <avagin@gmail.com>2019-04-21 06:25:26 +0300
commitee79bb3a1a7f9fbc0d2e8b9838128d2cd5edc5d5 (patch)
treeaa1d4f1d730c8881b5117bd46b1871c16f533f81 /Documentation
parentd5d65ae2c40cb7200103d534f73cfa676d0d47f8 (diff)
criu(8): Fix typo
Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/criu.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/criu.txt b/Documentation/criu.txt
index 53b92c28e..414c9bb2d 100644
--- a/Documentation/criu.txt
+++ b/Documentation/criu.txt
@@ -568,8 +568,8 @@ Launches *criu* in page server mode.
*--daemon*::
Runs page server as a daemon (background process).
-*--status_fd*::
- Write \\0 to the FD and close it once page-server is ready to handle
+*--status-fd*::
+ Write \0 to the FD and close it once page-server is ready to handle
requests. The status-fd allows to not daemonize a process and get its
exit code at the end.
It isn't supposed to use --daemon and --status-fd together.