reference/posix/functions/posix-kill.xml
265acc36ee4a1f4553a52030bf1717521c24dfb4
...
...
@@ -10,12 +10,12 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>posix_kill</methodname>
13
-
<methodparam><type>int</type><parameter>pid</parameter></methodparam>
14
-
<methodparam><type>int</type><parameter>sig</parameter></methodparam>
13
+
<methodparam><type>int</type><parameter>process_id</parameter></methodparam>
14
+
<methodparam><type>int</type><parameter>signal</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
-
Send the signal <parameter>sig</parameter> to the process with
18
-
the process identifier <parameter>pid</parameter>.
17
+
Send the signal <parameter>signal</parameter> to the process with
18
+
the process identifier <parameter>process_id</parameter>.
19
19
</para>
20
20
</refsect1>
21
21

...
...
@@ -24,7 +24,7 @@
24
24
<para>
25
25
<variablelist>
26
26
<varlistentry>
27
-
<term><parameter>pid</parameter></term>
27
+
<term><parameter>process_id</parameter></term>
28
28
<listitem>
29
29
<para>
30
30
The process identifier.
...
...
@@ -32,7 +32,7 @@
32
32
</listitem>
33
33
</varlistentry>
34
34
<varlistentry>
35
-
<term><parameter>sig</parameter></term>
35
+
<term><parameter>signal</parameter></term>
36
36
<listitem>
37
37
<para>
38
38
One of the <link linkend="pcntl.constants">PCNTL signals constants</link>.
...
...
@@ -64,7 +64,6 @@
64
64
</refsect1>
65
65

66
66
</refentry>
67
-

68
67
<!-- Keep this comment at the end of the file
69
68
Local variables:
70
69
mode: sgml
71
70