summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-01-08 09:04:17 -0800
committerGitHub <noreply@github.com>2019-01-08 09:04:17 -0800
commit757906189eabbc56a3b7e9723e9f72c3ccc654b0 (patch)
tree03b511bfb3b2b5871105f778ae570eb8e1e4a0f9 /docs
parent9474b8cea239348d11c913b03b9461afaf663f0b (diff)
parente02199f2a401079375454acb639534c6f4f83c7f (diff)
downloadpodman-757906189eabbc56a3b7e9723e9f72c3ccc654b0.tar.gz
podman-757906189eabbc56a3b7e9723e9f72c3ccc654b0.tar.bz2
podman-757906189eabbc56a3b7e9723e9f72c3ccc654b0.zip
Merge pull request #2094 from debarshiray/wip/debarshiray/podman-start-sig-proxy-default-doc
Mention the default --sig-proxy value for 'podman start'
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-start.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-start.1.md b/docs/podman-start.1.md
index cfd44ac3a..f16a20efa 100644
--- a/docs/podman-start.1.md
+++ b/docs/podman-start.1.md
@@ -35,7 +35,7 @@ to run containers such as CRI-O, the last started container could be from either
**--sig-proxy**=*true*|*false*
-Proxy received signals to the process (non-TTY mode only). SIGCHLD, SIGSTOP, and SIGKILL are not proxied. The default is false.
+Proxy received signals to the process (non-TTY mode only). SIGCHLD, SIGSTOP, and SIGKILL are not proxied. The default is *true* when attaching, *false* otherwise.
## EXAMPLE