diff --git a/reference/pcntl/functions/pcntl-alarm.xml b/reference/pcntl/functions/pcntl-alarm.xml index b3d7ce069b..9f2ba15a73 100644 --- a/reference/pcntl/functions/pcntl-alarm.xml +++ b/reference/pcntl/functions/pcntl-alarm.xml @@ -1,5 +1,5 @@ - + pcntl_alarm @@ -18,6 +18,7 @@ Any call to pcntl_alarm will cancel any previously set alarm. + &warn.experimental.func; diff --git a/reference/pcntl/functions/pcntl-exec.xml b/reference/pcntl/functions/pcntl-exec.xml index 6f71210664..d11aabeeb5 100644 --- a/reference/pcntl/functions/pcntl-exec.xml +++ b/reference/pcntl/functions/pcntl-exec.xml @@ -1,5 +1,5 @@ - + pcntl_exec @@ -17,6 +17,7 @@ Executes the program with the given arguments. + &warn.experimental.func; diff --git a/reference/pcntl/functions/pcntl-fork.xml b/reference/pcntl/functions/pcntl-fork.xml index 80c67b6944..5c0fbc8d78 100644 --- a/reference/pcntl/functions/pcntl-fork.xml +++ b/reference/pcntl/functions/pcntl-fork.xml @@ -1,5 +1,5 @@ - + pcntl_fork @@ -18,6 +18,7 @@ PPID. Please see your system's fork(2) man page for specific details as to how fork works on your system. + &warn.experimental.func; diff --git a/reference/pcntl/functions/pcntl-getpriority.xml b/reference/pcntl/functions/pcntl-getpriority.xml index 0ae36cb46f..35eadecacd 100644 --- a/reference/pcntl/functions/pcntl-getpriority.xml +++ b/reference/pcntl/functions/pcntl-getpriority.xml @@ -1,5 +1,5 @@ - + pcntl_getpriority @@ -19,6 +19,7 @@ system types and kernel versions, please see your system's getpriority(2) man page for specific details. + &warn.experimental.func; diff --git a/reference/pcntl/functions/pcntl-setpriority.xml b/reference/pcntl/functions/pcntl-setpriority.xml index 06b46d1487..38353626db 100644 --- a/reference/pcntl/functions/pcntl-setpriority.xml +++ b/reference/pcntl/functions/pcntl-setpriority.xml @@ -1,5 +1,5 @@ - + pcntl_setpriority @@ -18,6 +18,7 @@ pcntl_setpriority sets the priority of pid. + &warn.experimental.func; diff --git a/reference/pcntl/functions/pcntl-signal.xml b/reference/pcntl/functions/pcntl-signal.xml index 92314393f1..20db83fd8a 100644 --- a/reference/pcntl/functions/pcntl-signal.xml +++ b/reference/pcntl/functions/pcntl-signal.xml @@ -1,5 +1,5 @@ - + pcntl_signal @@ -18,6 +18,7 @@ The pcntl_signal function installs a new signal handler for the signal indicated by signo. + &warn.experimental.func; diff --git a/reference/pcntl/functions/pcntl-wait.xml b/reference/pcntl/functions/pcntl-wait.xml index 530fde54f1..09d2c4dbd1 100644 --- a/reference/pcntl/functions/pcntl-wait.xml +++ b/reference/pcntl/functions/pcntl-wait.xml @@ -1,5 +1,5 @@ - + pcntl_wait @@ -29,6 +29,7 @@ options. + &warn.experimental.func; diff --git a/reference/pcntl/functions/pcntl-waitpid.xml b/reference/pcntl/functions/pcntl-waitpid.xml index 28b218fce9..2d81ca4eec 100644 --- a/reference/pcntl/functions/pcntl-waitpid.xml +++ b/reference/pcntl/functions/pcntl-waitpid.xml @@ -1,5 +1,5 @@ - + pcntl_waitpid @@ -27,6 +27,7 @@ Please see your system's waitpid(2) man page for specific details as to how waitpid works on your system. + &warn.experimental.func; diff --git a/reference/pcntl/functions/pcntl-wexitstatus.xml b/reference/pcntl/functions/pcntl-wexitstatus.xml index 6954dbd68a..334698fc0f 100644 --- a/reference/pcntl/functions/pcntl-wexitstatus.xml +++ b/reference/pcntl/functions/pcntl-wexitstatus.xml @@ -1,5 +1,5 @@ - + pcntl_wexitstatus @@ -17,6 +17,7 @@ only useful if pcntl_wifexited returned &true;. + &warn.experimental.func; diff --git a/reference/pcntl/functions/pcntl-wifexited.xml b/reference/pcntl/functions/pcntl-wifexited.xml index f6bf8e5a87..a9de1305e0 100644 --- a/reference/pcntl/functions/pcntl-wifexited.xml +++ b/reference/pcntl/functions/pcntl-wifexited.xml @@ -1,5 +1,5 @@ - + pcntl_wifexited @@ -15,6 +15,7 @@ Checks whether the child status code represents a normal exit. + &warn.experimental.func; diff --git a/reference/pcntl/functions/pcntl-wifsignaled.xml b/reference/pcntl/functions/pcntl-wifsignaled.xml index 680d21f487..326162c540 100644 --- a/reference/pcntl/functions/pcntl-wifsignaled.xml +++ b/reference/pcntl/functions/pcntl-wifsignaled.xml @@ -1,5 +1,5 @@ - + pcntl_wifsignaled @@ -16,6 +16,7 @@ Checks whether the child process exited because of a signal which was not caught. + &warn.experimental.func; diff --git a/reference/pcntl/functions/pcntl-wifstopped.xml b/reference/pcntl/functions/pcntl-wifstopped.xml index 57688b5007..353efc855d 100644 --- a/reference/pcntl/functions/pcntl-wifstopped.xml +++ b/reference/pcntl/functions/pcntl-wifstopped.xml @@ -1,5 +1,5 @@ - + pcntl_wifstopped @@ -18,6 +18,7 @@ pcntl_waitpid was done using the option WUNTRACED. + &warn.experimental.func; diff --git a/reference/pcntl/functions/pcntl-wstopsig.xml b/reference/pcntl/functions/pcntl-wstopsig.xml index 9cdb2cb849..6212d1aa39 100644 --- a/reference/pcntl/functions/pcntl-wstopsig.xml +++ b/reference/pcntl/functions/pcntl-wstopsig.xml @@ -1,5 +1,5 @@ - + pcntl_wstopsig @@ -17,6 +17,7 @@ This function is only useful if pcntl_wifstopped returned &true;. + &warn.experimental.func; diff --git a/reference/pcntl/functions/pcntl-wtermsig.xml b/reference/pcntl/functions/pcntl-wtermsig.xml index 9d748ebb11..8aab801385 100644 --- a/reference/pcntl/functions/pcntl-wtermsig.xml +++ b/reference/pcntl/functions/pcntl-wtermsig.xml @@ -1,5 +1,5 @@ - + pcntl_wtermsig @@ -17,6 +17,7 @@ terminate. This function is only useful if pcntl_wifsignaled returned &true;. + &warn.experimental.func;