summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-22 13:23:40 -0500
committerGitHub <noreply@github.com>2020-01-22 13:23:40 -0500
commitc42383f70a7832faf1ba920d6c9e169a88b0e4d9 (patch)
tree1b3ca563c6ab80226f03c40974eb0552d5d2b671
parentc40664d698e8324d0c7c3cff072410c1a8af6a36 (diff)
parent1e82702ff59c62c87f15c1e8f4365827a9c379f9 (diff)
downloadpodman-c42383f70a7832faf1ba920d6c9e169a88b0e4d9.tar.gz
podman-c42383f70a7832faf1ba920d6c9e169a88b0e4d9.tar.bz2
podman-c42383f70a7832faf1ba920d6c9e169a88b0e4d9.zip
Merge pull request #4934 from rpjday/docs/markdown/exec
markdown: fix formatting of commands at bottom of podman-exec
-rw-r--r--docs/source/markdown/podman-exec.1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-exec.1.md b/docs/source/markdown/podman-exec.1.md
index fc67211d1..8c0106d70 100644
--- a/docs/source/markdown/podman-exec.1.md
+++ b/docs/source/markdown/podman-exec.1.md
@@ -105,9 +105,11 @@ non-zero code, the exit codes follow the `chroot` standard, see below:
## EXAMPLES
+```
$ podman exec -it ctrID ls
$ podman exec -it -w /tmp myCtr pwd
$ podman exec --user root ctrID ls
+```
## SEE ALSO
podman(1), podman-run(1)