From ee79bb3a1a7f9fbc0d2e8b9838128d2cd5edc5d5 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Fri, 22 Feb 2019 18:55:15 +0000 Subject: [PATCH] criu(8): Fix typo Signed-off-by: Radostin Stoyanov --- Documentation/criu.txt | 4 ++-- 1 file 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.