diff options
| -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 . |
