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 13:43:54 -0400
committerGitHub <noreply@github.com>2020-07-21 13:43:54 -0400
commit0291928abb27aceda429088eede903604a1e9bbd (patch)
tree4f6efed902d338c8b8eb7fdb79247b29e2551e9a /docs/source/markdown/podman-attach.1.md
parent1b8d0e454353224a571bcec7d37240140ec7917f (diff)
parent330e9144bd49a090484ade39339b3c3453253105 (diff)
downloadpodman-0291928abb27aceda429088eede903604a1e9bbd.tar.gz
podman-0291928abb27aceda429088eede903604a1e9bbd.tar.bz2
podman-0291928abb27aceda429088eede903604a1e9bbd.zip
Merge pull request #7033 from rhatdan/v2.0
[2.0] 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)