Commit c4f60cea authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

criu(8): move commands out of options, reformat

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: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 09188351
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment