##MB -> ## MB
webserver -> web server
This commit is contained in:
parent
a1c6393eb2
commit
7c6fc33233
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10311
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml,v 1.37 2001/08/09 23:42:29 chern Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml,v 1.38 2001/08/10 22:58:10 chern Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="basics">
|
<chapter id="basics">
|
||||||
|
@ -306,7 +306,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
||||||
size, and one for resident size—total size is how much memory the
|
size, and one for resident size—total size is how much memory the
|
||||||
application has needed, and the resident size is how much it is actually
|
application has needed, and the resident size is how much it is actually
|
||||||
using at the moment. In this example you can see that Netscape has
|
using at the moment. In this example you can see that Netscape has
|
||||||
needed almost 30MB of RAM, and is currently only needing 9MB.</para>
|
needed almost 30 MB of RAM, and is currently only needing 9 MB.</para>
|
||||||
|
|
||||||
<para>&man.top.1; automatically updates this display every two seconds;
|
<para>&man.top.1; automatically updates this display every two seconds;
|
||||||
this can be changed with the <option>s</option> option.</para>
|
this can be changed with the <option>s</option> option.</para>
|
||||||
|
@ -395,7 +395,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
||||||
<para>Suppose that you have changed your web server's configuration
|
<para>Suppose that you have changed your web server's configuration
|
||||||
file—you would like to tell the web server to re-read its
|
file—you would like to tell the web server to re-read its
|
||||||
configuration. You could stop and restart <command>httpd</command>, but
|
configuration. You could stop and restart <command>httpd</command>, but
|
||||||
this would result in a brief outage period on your webserver, which may
|
this would result in a brief outage period on your web server, which may
|
||||||
be undesirable. Most daemons are written to respond to the
|
be undesirable. Most daemons are written to respond to the
|
||||||
<literal>SIGHUP</literal> signal by re-reading their configuration
|
<literal>SIGHUP</literal> signal by re-reading their configuration
|
||||||
file. So instead of killing and restarting <command>httpd</command> you
|
file. So instead of killing and restarting <command>httpd</command> you
|
||||||
|
|
Loading…
Reference in a new issue