diff --git a/reference/pcntl/functions/pcntl-alarm.xml b/reference/pcntl/functions/pcntl-alarm.xml
new file mode 100644
index 0000000000..3947b67321
--- /dev/null
+++ b/reference/pcntl/functions/pcntl-alarm.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ pcntl_alarm
+
+ Set an alarm clock for delivery of a signal
+
+
+
+ Description
+
+ intpcntl_alarm
+ intseconds
+
+
+ The pcntl_alarm function creates a timer that will
+ send a SIGALARM signal to the process after
+ seconds seconds. If seconds
+ is zero, no new alarm is created. Any call to pcntl_alarm
+ will cancel any previously set alarm.
+
+
+ pcntl_alarm will return the time in seconds that any
+ previously scheduled alarm had remaining before it was to be delivered, or
+ 0 if there was no previously scheduled alarm.
+
+
+
+
+
diff --git a/reference/pcntl/functions/pcntl-getpriority.xml b/reference/pcntl/functions/pcntl-getpriority.xml
new file mode 100644
index 0000000000..78c886831a
--- /dev/null
+++ b/reference/pcntl/functions/pcntl-getpriority.xml
@@ -0,0 +1,42 @@
+
+
+
+
+ pcntl_getpriority
+
+ Get the priority of any process
+
+
+
+ Description
+
+ intpcntl_getpriority
+ intpid
+ intprocess_identifier
+
+
+ &warn.undocumented.func;
+
+
+
+
+
diff --git a/reference/pcntl/functions/pcntl-setpriority.xml b/reference/pcntl/functions/pcntl-setpriority.xml
new file mode 100644
index 0000000000..56982f0fda
--- /dev/null
+++ b/reference/pcntl/functions/pcntl-setpriority.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ pcntl_setpriority
+
+ Change the priority of any process
+
+
+
+ Description
+
+ boolpcntl_setpriority
+ intpriority
+ intpid
+ intprocess_identifier
+
+
+ &warn.undocumented.func;
+
+
+
+
+
diff --git a/reference/pcntl/functions/pcntl-wait.xml b/reference/pcntl/functions/pcntl-wait.xml
new file mode 100644
index 0000000000..8b932df474
--- /dev/null
+++ b/reference/pcntl/functions/pcntl-wait.xml
@@ -0,0 +1,41 @@
+
+
+
+
+ pcntl_wait
+
+ Waits on or returns the status of a forked child
+
+
+
+ Description
+
+ intpcntl_wait
+ int&status
+
+
+ &warn.undocumented.func;
+
+
+
+
+