summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2018-02-19 09:40:58 -0700
committerEd Santiago <santiago@redhat.com>2018-02-19 09:45:30 -0700
commit2cfe9cbf38db6cf9e2cc68e634e731c0299f869d (patch)
tree64917bb417cd5263fe47ffe4b19efbbed984a311 /docs
parent07f15c26945eada770a30655b43cadcbb62bf2ae (diff)
downloadpodman-2cfe9cbf38db6cf9e2cc68e634e731c0299f869d.tar.gz
podman-2cfe9cbf38db6cf9e2cc68e634e731c0299f869d.tar.bz2
podman-2cfe9cbf38db6cf9e2cc68e634e731c0299f869d.zip
language: correct 'vice versa' in docs
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-create.1.md4
-rw-r--r--docs/podman-run.1.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md
index f40b73317..7d2b62fb0 100644
--- a/docs/podman-create.1.md
+++ b/docs/podman-create.1.md
@@ -512,10 +512,10 @@ The `Z` option tells podman to label the content with a private unshared label.
Only the current container can use a private volume.
By default bind mounted volumes are `private`. That means any mounts done
-inside container will not be visible on host and vice-a-versa. One can change
+inside container will not be visible on host and vice versa. One can change
this behavior by specifying a volume mount propagation property. Making a
volume `shared` mounts done under that volume inside container will be
-visible on host and vice-a-versa. Making a volume `slave` enables only one
+visible on host and vice versa. Making a volume `slave` enables only one
way mount propagation and that is mounts done on host under that volume
will be visible inside container but not the other way around.
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 3cb25cdae..53239422d 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -512,10 +512,10 @@ The `Z` option tells podman to label the content with a private unshared label.
Only the current container can use a private volume.
By default bind mounted volumes are `private`. That means any mounts done
-inside container will not be visible on host and vice-a-versa. One can change
+inside container will not be visible on host and vice versa. One can change
this behavior by specifying a volume mount propagation property. Making a
volume `shared` mounts done under that volume inside container will be
-visible on host and vice-a-versa. Making a volume `slave` enables only one
+visible on host and vice versa. Making a volume `slave` enables only one
way mount propagation and that is mounts done on host under that volume
will be visible inside container but not the other way around.