From a1b2b10b9353bdf8a95192be65f0d572b29bf762 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Fri, 24 Apr 2015 17:53:30 +0300 Subject: [PATCH] docs: Rework the manual, v2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think this might be more readable if we group options by the commands. So here is the result. Please read and tell me what you think. I put formatted manual here because read diff itself is almost impossible. v2: - update description - use for commands - various formatting and text nitpicks | CRIU(8) CRIU Manual CRIU(8) | | | | NAME | criu - checkpoint/restore in userspace | | SYNOPSIS | criu [options] | | DESCRIPTION | criu is a tool for checkpointing and restoring running applications. It | does this by saving their state as a collection of files (see the dump | command) and creating equivalent processes from those files (see the | restore command). The restore operation can be performed at a later | time, on a different system, or both. | | OPTIONS | The options are depending on the criu run with. | | Common options | Common options are applied to any . | | -v[|v...] | Set logging level to . The higer the level, the more output is | produced. Either numeric values or multiple v can be used. | | The following levels are available: | | · -v1, -v only messages and errors; | | · -v2, -vv also warnings (default level); | | · -v3, -vvv also information messages and timestamps; | | · -v4, -vvvv lots of debug. | | --pidfile | Write root task, service or page-server pid into a . | | -o, --log-file | Write logging messages to . | | --log-pid | Write separate logging files per each pid. | | -D, --images-dir | Use path as a base directory where to look for dump files | set. | | --prev-images-dir | Use path as a parent directory where to look for dump files | set. This make sence in case of increment dumps. | | -W, --work-dir | Use directory for putting logs, pidfiles and statistics. If | not specified, from -D option is taken. | | --close | Close file with descriptor before any actions. | | -L, --libdir | Path to a plugins directory. | | --action-script