summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-attach.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-21 05:54:57 -0400
committerGitHub <noreply@github.com>2020-07-21 05:54:57 -0400
commitdf6920aa79073b2767d24c6524367384b6284b31 (patch)
treeb56fdbd8b13f4edf3c3e0638b0f970533157d50b /docs/source/markdown/podman-attach.1.md
parent1682e60dac14d9f32ae02c5f3286b3309cd9b128 (diff)
parent841eac0af651d7afa4749a65f4e773815b5c715c (diff)
downloadpodman-df6920aa79073b2767d24c6524367384b6284b31.tar.gz
podman-df6920aa79073b2767d24c6524367384b6284b31.tar.bz2
podman-df6920aa79073b2767d24c6524367384b6284b31.zip
Merge pull request #7009 from rhatdan/containers.conf
Switch references from libpod.conf to containers.conf
Diffstat (limited to 'docs/source/markdown/podman-attach.1.md')
-rw-r--r--docs/source/markdown/podman-attach.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-attach.1.md b/docs/source/markdown/podman-attach.1.md
index 1ac2e49a9..cb3ffa92e 100644
--- a/docs/source/markdown/podman-attach.1.md
+++ b/docs/source/markdown/podman-attach.1.md
@@ -15,7 +15,7 @@ or name, either to view its ongoing output or to control it interactively.
You can detach from the container (and leave it running) using a configurable key sequence. The default
sequence is `ctrl-p,ctrl-q`.
Configure the keys sequence using the **--detach-keys** option, or specifying
-it in the **libpod.conf** file: see **libpod.conf(5)** for more information.
+it in the **containers.conf** file: see **containers.conf(5)** for more information.
## OPTIONS
**--detach-keys**=*sequence*
@@ -55,4 +55,4 @@ $ podman attach 1234
$ podman attach --no-stdin foobar
```
## SEE ALSO
-podman(1), podman-exec(1), podman-run(1)
+podman(1), podman-exec(1), podman-run(1), containers.conf(5)