summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-11-30 13:54:03 -0500
committerMatthew Heon <mheon@redhat.com>2020-11-30 13:54:03 -0500
commit0a87dbe3532a3dcb9cd3e57d398382928efc2dc4 (patch)
treee4b2bb87d80df2ae7bf182761b2a2e067e901e0e /docs
parente2c406f19936435f270eee528a3446e6d729e178 (diff)
downloadpodman-0a87dbe3532a3dcb9cd3e57d398382928efc2dc4.tar.gz
podman-0a87dbe3532a3dcb9cd3e57d398382928efc2dc4.tar.bz2
podman-0a87dbe3532a3dcb9cd3e57d398382928efc2dc4.zip
Fix extra quotation mark in manpages.
Signed-off-by: Matthew Heon <mheon@redhat.com>
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 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