From 79807cfebb5d7be456e09379ad01c451c475cb8b Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Sat, 19 May 2007 05:08:14 +0000 Subject: [PATCH] fixed typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@235914 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/posix/functions/posix-getrlimit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/posix/functions/posix-getrlimit.xml b/reference/posix/functions/posix-getrlimit.xml index cb40ecb2be..d1027e56ed 100644 --- a/reference/posix/functions/posix-getrlimit.xml +++ b/reference/posix/functions/posix-getrlimit.xml @@ -1,5 +1,5 @@ - + posix_getrlimit @@ -19,7 +19,7 @@ Each resource has an associated soft and hard limit. The soft limit is the value that the kernel enforces for the corresponding - resrource. The hard limit acts as a cieling for the soft limit. + resource. The hard limit acts as a ceiling for the soft limit. An unprivileged process may only set its soft limit to a value from 0 to the hard limit, and irreversibly lowers its hard limit.