aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:01:27 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:01:27 +0100
commit09c7ac74d31c6703b942adb9db794bb95a2b1f8e (patch)
treea42f1b86a8c9a34e39eca9db9fb1aa6c7a3f934e
parentUpdate e-mail (diff)
downloadpdeath-09c7ac74d31c6703b942adb9db794bb95a2b1f8e.tar.gz
pdeath-09c7ac74d31c6703b942adb9db794bb95a2b1f8e.tar.bz2
pdeath-09c7ac74d31c6703b942adb9db794bb95a2b1f8e.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--DEPENDENCIES2
-rw-r--r--README2
-rw-r--r--config.mk4
-rw-r--r--pdeath.12
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 .