[CRIU] [PATCH 06/13] criu(8): move commands out of options, reformat

Kir Kolyshkin kir at openvz.org
Wed May 1 23:21:52 EDT 2013


1. Move commands out of OPTIONS subsection.

2. Don't use bulleted list -- definition list (such as in OPTIONS) is
   better.

Also follwong -> following

Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 Documentation/criu.txt | 36 ++++++++++++++++++++----------------
 1 file changed, 20 insertions(+), 16 deletions(-)

diff --git a/Documentation/criu.txt b/Documentation/criu.txt
index cb25445..d72e3ef 100644
--- a/Documentation/criu.txt
+++ b/Documentation/criu.txt
@@ -17,24 +17,28 @@ DESCRIPTION
 -----------
 *criu* is command line utility to steer checkpoint and restore procedure.
 
+The 'command' can be one of the following:
+
+*dump*::
+Initiate checkpoint procedure.
+
+*restore*::
+Restore previously checkpointed processes.
+
+*show*::
+Decode own binary dump files and show their contents in human-readable form.
+
+*check*::
+Test whether the kernel support is up-to-date.
+
+*page-server*::
+Launch a page server.
+
+*exec*::
+Execute a system call from other task\'s context.
+
 OPTIONS
 -------
-'command'::
-    One of the follwong commands
-        * *dump*
-                to initiate checkpoint procedure
-        * *restore*
-                to restore previously checkpointed processes
-        * *show*
-                to decode binary dump files and show their contents in human
-                readable format
-        * *check*
-                to test whether the kernel support is up-to-date
-        * *page-server*
-                to launch a page server
-        * *exec*
-                to execute a system call from other task\'s context
-
 -c::
     In case of *show* command the dumped pages content will be shown in hex format.
 
-- 
1.8.1.4



More information about the CRIU mailing list