diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:01:27 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:01:27 +0100 |
| commit | 09c7ac74d31c6703b942adb9db794bb95a2b1f8e (patch) | |
| tree | a42f1b86a8c9a34e39eca9db9fb1aa6c7a3f934e | |
| parent | Update e-mail (diff) | |
| download | pdeath-09c7ac74d31c6703b942adb9db794bb95a2b1f8e.tar.gz pdeath-09c7ac74d31c6703b942adb9db794bb95a2b1f8e.tar.bz2 pdeath-09c7ac74d31c6703b942adb9db794bb95a2b1f8e.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | DEPENDENCIES | 2 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | config.mk | 4 | ||||
| -rw-r--r-- | pdeath.1 | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index a578b92..d9bc418 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -8,7 +8,7 @@ BUILD DEPENDENCIES: libc linux>=2.1.57 - cc + c99 make coreutils @@ -5,7 +5,7 @@ SYNOPSIS pdeath -L (signal[(+|-)off] command [argument] ...) DESCRIPTION - pdeath runs the select command with the parent death signal set to + pdeath runs the selected command with the parent death signal set to signal plus or minus off. This means that the process receives this signal when its parent process dies. @@ -1,8 +1,8 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man -CC = cc +CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -CFLAGS = -std=c99 -Wall -O2 +CFLAGS = LDFLAGS = -s @@ -9,7 +9,7 @@ pdeath \- Run a command that is killed when its parent exits .RI [ argument ]\ ...) .SH DESCRIPTION .B pdeath -runs the select command with the parent death signal set to +runs the selected command with the parent death signal set to .I signal plus or minus .IR off . |
