diff options
author | Astrid Malo <kess@apache.org> | 2002-12-11 17:34:04 +0100 |
---|---|---|
committer | Astrid Malo <kess@apache.org> | 2002-12-11 17:34:04 +0100 |
commit | 03a6ce3bdf916d1ab1737eada71f15065af76267 (patch) | |
tree | 89d704d421edac3e1611d5450daea419fa263266 /docs/manual/stopping.xml | |
parent | update german transformation (diff) | |
download | apache2-03a6ce3bdf916d1ab1737eada71f15065af76267.tar.xz apache2-03a6ce3bdf916d1ab1737eada71f15065af76267.zip |
some markup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97853 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/stopping.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/stopping.xml b/docs/manual/stopping.xml index 89a0b6e1a1..13e2061d78 100644 --- a/docs/manual/stopping.xml +++ b/docs/manual/stopping.xml @@ -37,8 +37,9 @@ <example>kill -TERM `cat /usr/local/apache2/logs/httpd.pid`</example> <p>The second method of signaling the <code>httpd</code> processes - is to use the <code>-k</code> command line options: stop, restart, - and graceful, as described below. These are arguments to the <a + is to use the <code>-k</code> command line options: <code>stop</code>, + <code>restart</code>, and <code>graceful</code>, + as described below. These are arguments to the <a href="programs/httpd.html">httpd</a> binary, but we recommend that you send them using the <a href="programs/apachectl.html">apachectl</a> control script, which |