runc/man
Qiang Huang 2503fca35d Update man pages to refect the latest cli change
The major change is the description of options, change
it as the latest cli help message shows, which specify
a "value" after an option if it takes value, and add
(default: xxx) if the option has a default value.

This also includes some other minor consistency fixes.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2016-05-28 13:33:57 +08:00
..
README.md Add README.md for generating man pages 2016-03-04 11:14:12 -08:00
md2man-all.sh Add script to generate man pages from markdown 2016-03-04 11:14:12 -08:00
runc-checkpoint.8.md Update man pages to refect the latest cli change 2016-05-28 13:33:57 +08:00
runc-delete.8.md Add man pages in markdown format 2016-03-04 11:14:02 -08:00
runc-events.8.md Update man pages to refect the latest cli change 2016-05-28 13:33:57 +08:00
runc-exec.8.md Update man pages to refect the latest cli change 2016-05-28 13:33:57 +08:00
runc-kill.8.md Add man pages in markdown format 2016-03-04 11:14:02 -08:00
runc-list.8.md Update man pages to refect the latest cli change 2016-05-28 13:33:57 +08:00
runc-pause.8.md Add man pages in markdown format 2016-03-04 11:14:02 -08:00
runc-ps.8.md Update man pages to refect the latest cli change 2016-05-28 13:33:57 +08:00
runc-restore.8.md Update man pages to refect the latest cli change 2016-05-28 13:33:57 +08:00
runc-resume.8.md Add man pages in markdown format 2016-03-04 11:14:02 -08:00
runc-spec.8.md Update man pages to refect the latest cli change 2016-05-28 13:33:57 +08:00
runc-start.8.md Update man pages to refect the latest cli change 2016-05-28 13:33:57 +08:00
runc-state.8.md Add man pages in markdown format 2016-03-04 11:14:02 -08:00
runc-update.8.md Update man pages to refect the latest cli change 2016-05-28 13:33:57 +08:00
runc.8.md Update man pages to refect the latest cli change 2016-05-28 13:33:57 +08:00

README.md

runc man pages

This directory contains man pages for runc in markdown format.

To generate man pages from it, use this command

./md2man-all.sh

You will see man pages generated under the man8 directory.