aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 .