Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
25 changes: 25 additions & 0 deletions man/oci-runtime-tool-runtime-validate.1.md
Original file line number Diff line number Diff line change
@@ -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)