diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-10-15 14:24:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 14:24:02 -0400 |
commit | c3ecdd09ed6a9b17da9879d7f2765a6f5f3ace8a (patch) | |
tree | 83d98a9822befb60af7c76840007142277bb8645 /docs | |
parent | a82d60db0f36ef870eeb02385a85ffb7fcfeb56e (diff) | |
parent | 579a10157d335753abe72403c2ec189a8e498734 (diff) | |
download | podman-c3ecdd09ed6a9b17da9879d7f2765a6f5f3ace8a.tar.gz podman-c3ecdd09ed6a9b17da9879d7f2765a6f5f3ace8a.tar.bz2 podman-c3ecdd09ed6a9b17da9879d7f2765a6f5f3ace8a.zip |
Merge pull request #8035 from xordspar0/fix-doc-heading
Fix podman-run man page heading
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 2 |
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 |