From 579a10157d335753abe72403c2ec189a8e498734 Mon Sep 17 00:00:00 2001 From: Jordan Christiansen Date: Thu, 15 Oct 2020 09:51:25 -0500 Subject: 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 --- docs/source/markdown/podman-run.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/markdown') 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 -- cgit v1.2.3-54-g00ecf