summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-11-30 20:30:32 +0100
committerGitHub <noreply@github.com>2020-11-30 20:30:32 +0100
commitf6fb297a4999e6ecfa68144100a49239813f5a1c (patch)
tree914178fad060f130a7b604221b33e5ae6fdce6af /docs
parent7ad1c9c8cf0d63ff68049cc84468cb0f5b46483c (diff)
parent56ad7ac54e35c2c7f552160581971725c501d376 (diff)
downloadpodman-f6fb297a4999e6ecfa68144100a49239813f5a1c.tar.gz
podman-f6fb297a4999e6ecfa68144100a49239813f5a1c.tar.bz2
podman-f6fb297a4999e6ecfa68144100a49239813f5a1c.zip
Merge pull request #8517 from rhatdan/man
[CI:DOCS] Fix option names --subuidname and --subgidname
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-create.1.md2
-rw-r--r--docs/source/markdown/podman-run.1.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index 01053eab9..f280087c2 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -988,7 +988,7 @@ Set the user namespace mode for the container. It defaults to the **PODMAN_USERN
- `ns`: run the container in the given existing user namespace.
- `private`: create a new namespace for the container (default)
-This option is incompatible with --gidmap, --uidmap, --subuid and --subgid
+This option is incompatible with **--gidmap**, **--uidmap**, **--subuidname** and **--subgidname**.
#### **--uts**=*mode*
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md
index d852b1b88..d65d5d26f 100644
--- a/docs/source/markdown/podman-run.1.md
+++ b/docs/source/markdown/podman-run.1.md
@@ -1043,7 +1043,7 @@ Set the user namespace mode for the container. It defaults to the **PODMAN_USERN
- **private**: create a new namespace for the container.
- **container**: join the user namespace of the specified container.
-This option is incompatible with **--gidmap**, **--uidmap**, **--subuid** and **--subgid**.
+This option is incompatible with **--gidmap**, **--uidmap**, **--subuidname** and **--subgidname**.
#### **--uts**=*mode*