diff options
author | Дилян Палаузов <git-dpa@aegee.org> | 2021-06-10 10:06:39 +0300 |
---|---|---|
committer | Дилян Палаузов <git-dpa@aegee.org> | 2021-06-12 10:20:35 +0300 |
commit | 8d860cfcde1d078f608d1a2d7cf31afc00262145 (patch) | |
tree | 284d8cc76381e85d69f7a5b6c9d6279c2979a9b8 /docs/source/markdown | |
parent | 45dc3d699d20b2b1121a266cb7fda1c82a89ed35 (diff) | |
download | podman-8d860cfcde1d078f608d1a2d7cf31afc00262145.tar.gz podman-8d860cfcde1d078f608d1a2d7cf31afc00262145.tar.bz2 podman-8d860cfcde1d078f608d1a2d7cf31afc00262145.zip |
podman-run.1.md:detach-keys: spell the default value just once
Insisting on “DCO” imposes formalities, that serve self-purpose. One cannot
assume that the submitter has time or will to read texts about symbolism in
software contributions. If the system wants to see the text
nrEAUIEUAIe eanuitdnuae EAIUEAUIAIE »ℓ§444.3.72b)°»°ℓ§euaieauuae
in each commit, people will write this, or any other text, that the system wants to
see. All such text, which presence is mandated by the system, has the same value.
Signed-off-by: Дилян Палаузов <git-dpa@aegee.org>
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index 46e15d62f..6027a14a5 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -281,12 +281,10 @@ it in the **containers.conf** file: see **containers.conf(5)** for more informat #### **--detach-keys**=*sequence* -Specify the key sequence for detaching a container. Format is a single character `[a-Z]` or one or more `ctrl-<value>` characters where `<value>` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`. Specifying "" will disable this feature. The default is *ctrl-p,ctrl-q*. +Specify the key sequence for detaching a container. Format is a single character `[a-Z]` or one or more `ctrl-<value>` characters where `<value>` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`. Specifying "" will set the sequence to the default value of *ctrl-p,ctrl-q*. This option can also be set in **containers.conf**(5) file. -Specifying "" will disable this feature. The default is **ctrl-p,ctrl-q**. - #### **--device**=_host-device_[**:**_container-device_][**:**_permissions_] Add a host device to the container. Optional *permissions* parameter |