Skip to content

Commit b610069

Browse files
author
Mrunal Patel
committed
Merge pull request #87 from Mashimiao/man-tfix-and-uppercase-fix
ocitols mans: tfix
2 parents 89907b6 + 3b0ddf7 commit b610069

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

man/ocitools-generate.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ocitools-generate - Generate a config.json for an OCI container
1111

1212
`ocitools generate` generates a `config.json` for an OCI bundle. This
1313
`config.json` file can be placed into a directory and used by an OCI
14-
compatable runtime like runC to run a container.
14+
compatible runtime like runC to run a container.
1515

1616
# OPTIONS
1717
**--apparmor**=PROFILE
@@ -110,7 +110,7 @@ inside of the container.
110110
**--pid**=[*PATH*]
111111
Use a PID namespace. If *PATH* is set, join that namespace. If it
112112
is unset, create a new namespace. The special *PATH* `host` removes
113-
any existing UTS namespace from the configuration.
113+
any existing PID namespace from the configuration.
114114

115115
**--poststart**=CMD
116116
Path to command to run in poststart hooks. This command will be run before
@@ -140,7 +140,7 @@ inside of the container.
140140

141141
**--root-propagation**=PROPOGATIONMODE
142142
Mount propagation for root filesystem.
143-
Values are "SHARED, RSHARED, PRIVATE, RPRIVATE, SLAVE, RSLAVE"
143+
Values are "shared, rshared, private, rprivate, slave, rslave"
144144

145145
**--rootfs**=ROOTFSPATH
146146
Path to the rootfs

man/ocitools.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ocitools is a collection of tools for working with the [OCI runtime specificatio
3030
See **ocitools-generate(1)** for full documentation on the **generate** command.
3131

3232
# SEE ALSO
33-
**ocitools-validate**(1), **ocitools-run**(1)
33+
**ocitools-validate**(1), **ocitools-generate**(1)
3434

3535
# HISTORY
3636
April 2016, Originally compiled by Daniel Walsh (dwalsh at redhat dot com)

0 commit comments

Comments
 (0)