From 70a599b5717517d178cd2d4fce90e213e6abafaa Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 29 Aug 2022 15:05:50 -0600 Subject: Man pages: refactor common options: --signal Would've been an easy one, except I decided to fix the text to conform to our guidelines. I haven't been doing this, but in this case it's only two man pages and the text is short enough to make for easy review. Signed-off-by: Ed Santiago --- docs/source/markdown/options/signal.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/source/markdown/options/signal.md (limited to 'docs/source/markdown/options') diff --git a/docs/source/markdown/options/signal.md b/docs/source/markdown/options/signal.md new file mode 100644 index 000000000..6e6c03657 --- /dev/null +++ b/docs/source/markdown/options/signal.md @@ -0,0 +1,4 @@ +#### **--signal**, **-s**=**signal** + +Signal to send to the container<<|s in the pod>>. For more information on Linux signals, refer to *signal(7)*. +The default is **SIGKILL**. -- cgit v1.2.3-54-g00ecf