From 09c7ac74d31c6703b942adb9db794bb95a2b1f8e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 13:01:27 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- DEPENDENCIES | 2 +- README | 2 +- config.mk | 4 ++-- 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 diff --git a/README b/README index 5c184d2..5e74bee 100644 --- a/README +++ b/README @@ -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. diff --git a/config.mk b/config.mk index aa81003..bc78e3e 100644 --- a/config.mk +++ b/config.mk @@ -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 diff --git a/pdeath.1 b/pdeath.1 index 7bbbdbb..accccb7 100644 --- a/pdeath.1 +++ b/pdeath.1 @@ -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 . -- cgit v1.2.3-70-g09d2