From 2ec338d593574a9bee22dd75a662452fb6514497 Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Mon, 10 Nov 2008 06:04:21 +0000 Subject: [PATCH] typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268704 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcntl/functions/pcntl-sigprocmask.xml | 4 ++-- reference/pcntl/functions/pcntl-sigtimedwait.xml | 4 ++-- reference/pcntl/functions/pcntl-sigwaitinfo.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/pcntl/functions/pcntl-sigprocmask.xml b/reference/pcntl/functions/pcntl-sigprocmask.xml index c09f904b08..dea7691ce9 100644 --- a/reference/pcntl/functions/pcntl-sigprocmask.xml +++ b/reference/pcntl/functions/pcntl-sigprocmask.xml @@ -1,5 +1,5 @@ - + pcntl_sigprocmask @@ -12,7 +12,7 @@ boolpcntl_sigprocmask inthow arrayset - arrayoldset + arrayoldset The pcntl_sigprocmask function adds, removes or sets blocked diff --git a/reference/pcntl/functions/pcntl-sigtimedwait.xml b/reference/pcntl/functions/pcntl-sigtimedwait.xml index 1576c24844..7db851e40b 100644 --- a/reference/pcntl/functions/pcntl-sigtimedwait.xml +++ b/reference/pcntl/functions/pcntl-sigtimedwait.xml @@ -1,5 +1,5 @@ - + pcntl_sigtimedwait @@ -19,7 +19,7 @@ The pcntl_sigtimedwait function operates in exactly the same way as pcntl_sigwaitinfo except that it takes two additional parameters, seconds and - nanoseconds, which enable an upper boud to be placed + nanoseconds, which enable an upper bound to be placed on the time for which the script is suspended. diff --git a/reference/pcntl/functions/pcntl-sigwaitinfo.xml b/reference/pcntl/functions/pcntl-sigwaitinfo.xml index 1d8196fc9f..ba65c28bbb 100644 --- a/reference/pcntl/functions/pcntl-sigwaitinfo.xml +++ b/reference/pcntl/functions/pcntl-sigwaitinfo.xml @@ -1,5 +1,5 @@ - + pcntl_sigwaitinfo @@ -38,7 +38,7 @@ siginfo - The siginfo is set to an array containing + The siginfo parameter is set to an array containing informations about the signal.