diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-17 20:11:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-17 20:11:30 +0200 |
commit | a568a539bbbe387cef14185488a75e8d3825c68b (patch) | |
tree | 06ecb3bd0ec4e328ed6ad63a49de0f23c9b3f7fc /pdeath.1 | |
parent | Makefile: fix uninstall rule: uninstall license (diff) | |
download | pdeath-a568a539bbbe387cef14185488a75e8d3825c68b.tar.gz pdeath-a568a539bbbe387cef14185488a75e8d3825c68b.tar.bz2 pdeath-a568a539bbbe387cef14185488a75e8d3825c68b.tar.xz |
Simplify
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | pdeath.1 (renamed from doc/pdeath.1) | 17 |
1 files changed, 5 insertions, 12 deletions
@@ -3,12 +3,10 @@ pdeath \- Run a command that is killed when its parent exits .SH SYNOPSIS .B pdeath -\fIsignal\fP[(\fB+\fP|\fB-\fP)\fIoff\fP] +(-L | +.RB \fIsignal\fP[( + | - )\fIoff\fP] .I command -.RI [ argument ]... -.P -.B pdeath -.B -L +.RI [ argument ]\ ...) .SH DESCRIPTION .B pdeath runs the select command with the parent death signal set to @@ -25,10 +23,5 @@ List all signals. .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 +Mattias Andrée +.RI < maandree@kth.se > |