diff options
author | 2006-03-14 21:48:26 +0000 | |
---|---|---|
committer | 2006-03-14 21:48:26 +0000 | |
commit | 571d155f3eaa84671ccfac4b0d0d98fff8bda4e3 (patch) | |
tree | c96445d946ba3387e3d135f67f784a429ede580a | |
parent | fix incorrect sizeof(), spotted by ckuethe (diff) | |
download | wireguard-openbsd-571d155f3eaa84671ccfac4b0d0d98fff8bda4e3.tar.xz wireguard-openbsd-571d155f3eaa84671ccfac4b0d0d98fff8bda4e3.zip |
fix sentence to make sense.
ok millert@ jmc@ ketennis@ and others from before 3.9 lock
-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 |