From 1e82702ff59c62c87f15c1e8f4365827a9c379f9 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 22 Jan 2020 10:57:16 -0500 Subject: markdown: fix formatting of commands at bottom of podman-exec Current (lack of) formatting crunches first two lines together. Signed-off-by: Robert P. J. Day --- docs/source/markdown/podman-exec.1.md | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3-54-g00ecf