summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Christiansen <xordspar0@gmail.com>2020-10-15 09:51:25 -0500
committerJordan Christiansen <xordspar0@gmail.com>2020-10-15 09:51:25 -0500
commit579a10157d335753abe72403c2ec189a8e498734 (patch)
tree83d98a9822befb60af7c76840007142277bb8645 /docs
parenta82d60db0f36ef870eeb02385a85ffb7fcfeb56e (diff)
downloadpodman-579a10157d335753abe72403c2ec189a8e498734.tar.gz
podman-579a10157d335753abe72403c2ec189a8e498734.tar.bz2
podman-579a10157d335753abe72403c2ec189a8e498734.zip
Fix podman-run man page heading
Sharing IPC is meant to be an example under the Examples heading, not a new section. Signed-off-by: Jordan Christiansen <xordspar0@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-run.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md
index d9bcc49ae..9ebf6649b 100644
--- a/docs/source/markdown/podman-run.1.md
+++ b/docs/source/markdown/podman-run.1.md
@@ -1234,7 +1234,7 @@ you'd like to connect instead, as in:
$ podman run -a stdin -a stdout -i -t fedora /bin/bash
```
-## Sharing IPC between containers
+### Sharing IPC between containers
Using **shm_server.c** available here: https://www.cs.cf.ac.uk/Dave/C/node27.html