summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-run.1.md.in
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-09-14 15:12:32 -0600
committerEd Santiago <santiago@redhat.com>2022-09-26 07:25:10 -0600
commit911ceb823a688396dd874cd763d0fa887cb2722c (patch)
tree8feead08e207e87b7d63ddad2d4321bd72615e9f /docs/source/markdown/podman-run.1.md.in
parenta00376111ef4d4275628c41d8424c223110cc626 (diff)
downloadpodman-911ceb823a688396dd874cd763d0fa887cb2722c.tar.gz
podman-911ceb823a688396dd874cd763d0fa887cb2722c.tar.bz2
podman-911ceb823a688396dd874cd763d0fa887cb2722c.zip
Man pages: Refactor common options: --sig-proxy
Unusually, I discarded the podman-run version and went with the one common to attach and start. (The defaults are left out of the common file, because 'start' is different by necessity). Please review extra-carefully to make sure the new wording applies to podman-run, in particular the "non-TTY mode" words. Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-run.1.md.in')
-rw-r--r--docs/source/markdown/podman-run.1.md.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-run.1.md.in b/docs/source/markdown/podman-run.1.md.in
index 2109a0e33..1259f0e37 100644
--- a/docs/source/markdown/podman-run.1.md.in
+++ b/docs/source/markdown/podman-run.1.md.in
@@ -439,9 +439,9 @@ Note: Labeling can be disabled for all containers by setting **label=false** in
@@option shm-size
-#### **--sig-proxy**
+@@option sig-proxy
-Sets whether the signals sent to the **podman run** command are proxied to the container process. SIGCHLD, SIGSTOP, and SIGKILL are not proxied. The default is **true**.
+The default is **true**.
@@option stop-signal