summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-06-22 05:29:56 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-06-22 15:42:01 +0000
commit3092d2084761755776994a8febe2279d07e3d03b (patch)
tree004412f898dee024610418a798eab8cb30c6163c /docs
parent088d5af87984e8e8348f3b70004d8107df645f73 (diff)
downloadpodman-3092d2084761755776994a8febe2279d07e3d03b.tar.gz
podman-3092d2084761755776994a8febe2279d07e3d03b.tar.bz2
podman-3092d2084761755776994a8febe2279d07e3d03b.zip
Fix docs on --sig-proxy to match current behaviour
Signals are proxied to the container process whether or not the tty is used Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #984 Approved by: mheon
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-run.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 3630a0558..dfcbf7341 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -523,7 +523,7 @@ If you omit the unit, the system uses bytes. If you omit the size entirely, the
**--sig-proxy**=*true*|*false*
-Proxy received signals to the process (non-TTY mode only). SIGCHLD, SIGSTOP, and SIGKILL are not proxied. The default is *true*.
+Proxy signals sent to the `podman run` command to the container process. SIGCHLD, SIGSTOP, and SIGKILL are not proxied. The default is *true*.
**--stop-signal**=*SIGTERM*