aboutsummaryrefslogtreecommitdiffstats
path: root/man2/kill.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/kill.2')
-rw-r--r--man2/kill.210
1 files changed, 9 insertions, 1 deletions
diff --git a/man2/kill.2 b/man2/kill.2
index 2a313c3894..cd669d7e26 100644
--- a/man2/kill.2
+++ b/man2/kill.2
@@ -41,7 +41,7 @@
.\" Modified 2004-06-24 by aeb
.\" Modified, 2004-11-30, after idea from emmanuel.colbus@ensimag.imag.fr
.\"
-.TH KILL 2 2004-06-24 "Linux" "Linux Programmer's Manual"
+.TH KILL 2 2007-07-26 "Linux" "Linux Programmer's Manual"
.SH NAME
kill \- send signal to a process
.SH SYNOPSIS
@@ -52,6 +52,14 @@ kill \- send signal to a process
.sp
.BI "int kill(pid_t " pid ", int " sig );
.fi
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.BR kill ():
+_POSIX_C_SOURCE || _XOPEN_SOURCE
.SH DESCRIPTION
The
.BR kill ()