From 5876e2f9e260ef46330edfa6f258c6d88b7e5d50 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 11 Jan 2026 02:54:05 +0000 Subject: Add repository_check; add basic documentation --- doc/s6-frontend-helper-kill.html | 54 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 doc/s6-frontend-helper-kill.html (limited to 'doc/s6-frontend-helper-kill.html') diff --git a/doc/s6-frontend-helper-kill.html b/doc/s6-frontend-helper-kill.html new file mode 100644 index 0000000..6c5d2b8 --- /dev/null +++ b/doc/s6-frontend-helper-kill.html @@ -0,0 +1,54 @@ + + + + + + s6-frontend: the s6-frontend-helper-kill program + + + + + + +

+s6-frontend
+Software
+skarnet.org +

+ +

The s6-frontend-helper-kill internal program

+ +

+ s6-frontend-helper-kill is a small utility to send numerical +signals to a given list of pids. It is not meant to be called directly, +although nothing bad will happen if you do. It is used in command lines crafted by +s6 process kill instead of the POSIX +kill +program, because the latter does not support sending arbitrary numerical signals. +

+ +
+

Interface

+
+ +
+     s6-frontend-helper-kill sig pids...
+
+ + + +
+

Exit codes

+
+ +
+
0
Success
+
100
Wrong usage
+
+ + + -- cgit v1.3.1