diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-06 02:31:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 02:31:20 -0400 |
commit | 9b9bd9e0e7b72c91d8e60103e8da7999cefbc63d (patch) | |
tree | 947c5697aeacbf699a0de3024ed7f9f0ad30a0a6 /docs | |
parent | ed6f399770946bb2e88f8b94e1d2f279208648d4 (diff) | |
parent | 0d1ebc180ec7f6c1b096cbe936c0925402119482 (diff) | |
download | podman-9b9bd9e0e7b72c91d8e60103e8da7999cefbc63d.tar.gz podman-9b9bd9e0e7b72c91d8e60103e8da7999cefbc63d.tar.bz2 podman-9b9bd9e0e7b72c91d8e60103e8da7999cefbc63d.zip |
Merge pull request #10231 from rhatdan/cleanup
codespell cleanup
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 2 | ||||
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index 25b2fe11a..bd2aab4c2 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -952,7 +952,7 @@ The `container_manage_cgroup` boolean must be enabled for this to be allowed on #### **\-\-timeout**=*seconds* -Maximimum time a container is allowed to run before conmon sends it the kill +Maximum time a container is allowed to run before conmon sends it the kill signal. By default containers will run until they exit or are stopped by `podman stop`. diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index 8689014c0..0c412c2a6 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -1025,7 +1025,7 @@ setsebool -P container_manage_cgroup true #### **\-\-timeout**=*seconds* -Maximimum time a container is allowed to run before conmon sends it the kill +Maximum time a container is allowed to run before conmon sends it the kill signal. By default containers will run until they exit or are stopped by `podman stop`. |