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)