summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2020-01-22 06:07:22 -0500
committerRobert P. J. Day <rpjday@crashcourse.ca>2020-01-22 06:16:12 -0500
commitfcf916a62029a850f8085573abc8d1530f4462c5 (patch)
tree8f8f4e5b3ccda96dcd44021cfa72dd5d3dad147f /docs
parentd52132b6ecc1c1c9fb955ecee629f8d169ef1119 (diff)
downloadpodman-fcf916a62029a850f8085573abc8d1530f4462c5.tar.gz
podman-fcf916a62029a850f8085573abc8d1530f4462c5.tar.bz2
podman-fcf916a62029a850f8085573abc8d1530f4462c5.zip
markdown: fix formatting/content typos in migrate man page
1) remove erroneous spaces after leading '**' 2) remove duplicate SYNOPSIS section Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
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)`