From 8a471155a07b15484eb856c95921819d924f0715 Mon Sep 17 00:00:00 2001 From: zhouhao Date: Mon, 27 Mar 2017 14:57:44 +0800 Subject: [PATCH] Add to the runtime-validate option *.1.md file Signed-off-by: zhouhao --- Makefile | 1 + man/oci-runtime-tool-runtime-validate.1.md | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 man/oci-runtime-tool-runtime-validate.1.md diff --git a/Makefile b/Makefile index aeca9665a..03d274adc 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ man: go-md2man -in "man/oci-runtime-tool.1.md" -out "oci-runtime-tool.1" go-md2man -in "man/oci-runtime-tool-generate.1.md" -out "oci-runtime-tool-generate.1" go-md2man -in "man/oci-runtime-tool-validate.1.md" -out "oci-runtime-tool-validate.1" + go-md2man -in "man/oci-runtime-tool-runtime-validate.1.md" -out "oci-runtime-tool-runtime-validate.1" install: man install -d -m 755 $(BINDIR) diff --git a/man/oci-runtime-tool-runtime-validate.1.md b/man/oci-runtime-tool-runtime-validate.1.md new file mode 100644 index 000000000..b981f506d --- /dev/null +++ b/man/oci-runtime-tool-runtime-validate.1.md @@ -0,0 +1,25 @@ +% OCI(1) OCI-RUNTIME-TOOL User Manuals +% OCI Community +% APRIL 2016 +# NAME +oci-runtime-tool-runtime-validate - Validate an OCI runtime + +# SYNOPSIS +**oci-runtime-tool runtime-validate** *[OPTIONS]* + +# DESCRIPTION + +Validate an OCI runtime + +# OPTIONS +**--help** + Print usage statement + +**--runtime**="" + OCI runtime. The default is *runc*. + +# SEE ALSO +**oci-runtime-tool**(1) + +# HISTORY +April 2016, Originally compiled by Dan Walsh (dwalsh at redhat dot com)