From 376542b13857db86dd5c36144f37bd58bd2646b8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 30 Sep 2016 13:33:00 +0200 Subject: Add manpage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/pdeath.1 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 doc/pdeath.1 (limited to 'doc') diff --git a/doc/pdeath.1 b/doc/pdeath.1 new file mode 100644 index 0000000..b852635 --- /dev/null +++ b/doc/pdeath.1 @@ -0,0 +1,34 @@ +.TH PDEATH 1 PDEATH +.SH NAME +pdeath \- Run a command that is killed when its parent exits +.SH SYNOPSIS +.B pdeath +\fIsignal\fP[(\fB+\fP|\fB-\fP)\fIoff\fP] +.I command +.RI [ argument ]... +.P +.B pdeath +.B -L +.SH DESCRIPTION +.B pdeath +runs the select command with the parent death signal set to +.I signal +plus or minus +.IR off . +This means that the process receives this signal when its +parent process dies. +.SH OPTIONS +.TP +.B \-L +List all signals. +.SH LIMITATIONS +.B pdeath +cannot be used on binaries with set-user-ID or set-group-ID set. +.SH AUTHORS +Principal author, Mattias Andrée. See the LICENSE file for the full +list of authors. +.SH LICENSE +ISC License. +.SH BUGS +Please report bugs to https://github.com/maandree/pdeath/issues or to +maandree@kth.se -- cgit v1.2.3-70-g09d2