aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-11-30 20:21:48 +0100
committerGitHub <noreply@github.com>2020-11-30 20:21:48 +0100
commit7ad1c9c8cf0d63ff68049cc84468cb0f5b46483c (patch)
treee4b2bb87d80df2ae7bf182761b2a2e067e901e0e
parente2c406f19936435f270eee528a3446e6d729e178 (diff)
parent0a87dbe3532a3dcb9cd3e57d398382928efc2dc4 (diff)
downloadpodman-7ad1c9c8cf0d63ff68049cc84468cb0f5b46483c.tar.gz
podman-7ad1c9c8cf0d63ff68049cc84468cb0f5b46483c.tar.bz2
podman-7ad1c9c8cf0d63ff68049cc84468cb0f5b46483c.zip
Merge pull request #8518 from mheon/fix_extra_quote
[CI:DOCS] Fix extra quotation mark in manpages.
-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 96f4505ff..01053eab9 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -25,7 +25,7 @@ man pages.
## IMAGE
The image is specified using transport:path format. If no transport is specified, the `docker` (container registry)
-transport will be used by default. For remote Podman, `docker` is the only allowed transport."
+transport will be used by default. For remote Podman, `docker` is the only allowed transport.
**dir:**_path_
An existing local directory _path_ storing the manifest, layer tarballs and signatures as individual files. This
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md
index 9ab5deef7..d852b1b88 100644
--- a/docs/source/markdown/podman-run.1.md
+++ b/docs/source/markdown/podman-run.1.md
@@ -40,7 +40,7 @@ pages.
## IMAGE
The image is specified using transport:path format. If no transport is specified, the `docker` (container registry)
-transport will be used by default. For remote Podman, `docker` is the only allowed transport."
+transport will be used by default. For remote Podman, `docker` is the only allowed transport.
**dir:**_path_
An existing local directory _path_ storing the manifest, layer tarballs and signatures as individual files. This