summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-22 15:40:46 -0500
committerGitHub <noreply@github.com>2020-01-22 15:40:46 -0500
commit94b53a2d4aaf8795506f7f778f11cb887056ff50 (patch)
tree6e897195bd979a99ea44bd882733ff0a45976dde /docs
parenteed121548b78751aefa9a008c022c93b1c356b27 (diff)
parentfcf916a62029a850f8085573abc8d1530f4462c5 (diff)
downloadpodman-94b53a2d4aaf8795506f7f778f11cb887056ff50.tar.gz
podman-94b53a2d4aaf8795506f7f778f11cb887056ff50.tar.bz2
podman-94b53a2d4aaf8795506f7f778f11cb887056ff50.zip
Merge pull request #4929 from rpjday/docs/migrate
markdown: remove erroneous spaces after '**'
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-system-migrate.1.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/source/markdown/podman-system-migrate.1.md b/docs/source/markdown/podman-system-migrate.1.md
index d5e3bcb95..28db56dee 100644
--- a/docs/source/markdown/podman-system-migrate.1.md
+++ b/docs/source/markdown/podman-system-migrate.1.md
@@ -4,10 +4,10 @@
podman\-system\-migrate - Migrate existing containers to a new podman version
## SYNOPSIS
-** podman system migrate**
+**podman system migrate**
## DESCRIPTION
-** podman system migrate** migrates containers to the latest podman version.
+**podman system migrate** migrates containers to the latest podman version.
**podman system migrate** takes care of migrating existing containers to the latest version of podman if any change is necessary.
@@ -32,9 +32,6 @@ Set a new OCI runtime for all containers.
This can be used after a system upgrade which changes the default OCI runtime to move all containers to the new runtime.
There are no guarantees that the containers will continue to work under the new runtime, as some runtimes support differing options and configurations.
-## SYNOPSIS
-**podman system migrate**
-
## SEE ALSO
`podman(1)`, `libpod.conf(5)`, `usermod(8)`