From 3092d2084761755776994a8febe2279d07e3d03b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 22 Jun 2018 05:29:56 -0400 Subject: 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 Closes: #984 Approved by: mheon --- docs/podman-run.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/podman-run.1.md') 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* -- cgit v1.2.3-54-g00ecf