summaryrefslogtreecommitdiff
path: root/docs/manual/stopping.html.en
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-04-23 22:44:17 +0000
committerAndré Malo <nd@apache.org>2003-04-23 22:44:17 +0000
commitc2ab03f1e5308015d382a9ef3b8d0b8de47eda49 (patch)
tree5e7d15b396b760b91f6bb78ab3f3222d6952be10 /docs/manual/stopping.html.en
parente8df8b3c97dbc4b87e696c0cd7d8fdd1a4cfa7b4 (diff)
downloadhttpd-c2ab03f1e5308015d382a9ef3b8d0b8de47eda49.tar.gz
keep in sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99557 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/stopping.html.en')
-rw-r--r--docs/manual/stopping.html.en6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en
index 4ce36efc0e..4df8a0676a 100644
--- a/docs/manual/stopping.html.en
+++ b/docs/manual/stopping.html.en
@@ -43,9 +43,9 @@
whose pid is in the <code class="directive"><a href="./mod/mpm_common.html#pidfile">PidFile</a></code>. That is to say you
shouldn't ever need to send signals to any process except the
parent. There are three signals that you can send the parent:
- <a href="#term"><code>TERM</code></a>,
- <a href="#hup"><code>HUP</code></a>, and
- <a href="#graceful"><code>USR1</code></a>, which
+ <code><a href="#term">TERM</a></code>,
+ <code><a href="#hup">HUP</a></code>, and
+ <code><a href="#graceful">USR1</a></code>, which
will be described in a moment.</p>
<p>To send a signal to the parent you should issue a command