diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2006-03-14 21:48:27 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2006-03-14 21:48:27 +0000 |
commit | 4253e24a5b12b5e21f53901fff170ccf01251e0b (patch) | |
tree | 15fde778e987714bcc2b347d38dbcfc165ac14f0 /usr.sbin/httpd/htdocs/manual | |
parent | 360e75a9bad1a5845e52825222231d9910f71be0 (diff) |
fix sentence to make sense.
ok millert@ jmc@ ketennis@ and others from before 3.9 lock
Diffstat (limited to 'usr.sbin/httpd/htdocs/manual')
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/mod/core.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/mod/core.html b/usr.sbin/httpd/htdocs/manual/mod/core.html index 5e1eada4598..65e476b6acd 100644 --- a/usr.sbin/httpd/htdocs/manual/mod/core.html +++ b/usr.sbin/httpd/htdocs/manual/mod/core.html @@ -2734,8 +2734,8 @@ Syntax OK limits for a child process using setrlimit(2). Each MaxFOOPerChild limit can be set independently of any other limit, or may be left unspecified, thereby using the system default value. The kernel will - take appropriate action when a child process a resource limit - see - the manpages for setrlimit(2) and signal(3) for more information. + take appropriate action when a child process exceeds a resource limit + - see the manpages for setrlimit(2) and signal(3) for more information. Setting resource limits can be very useful when running a busy server with a script interpreter (say, a webmail machine) as these limits can prevent swapping, deadlock or kernel panic due to memory or swap |