summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>1997-05-09 08:42:44 +0000
committerdgaudet <dgaudet@unknown>1997-05-09 08:42:44 +0000
commit40cdab1c86c5c25d4d39135fd4199aba9dccc25f (patch)
treed322c90b5931bf7d6ed86fcc1e61b58428ab8d0c
parent1315e7cc11d615f055601d8235438561b4eee5e4 (diff)
downloadhttpd-40cdab1c86c5c25d4d39135fd4199aba9dccc25f.tar.gz
Make note about machten problems are on 68k only. Pointed out by
Brent Holland. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78126 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/stopping.html3
-rw-r--r--docs/manual/stopping.html.en3
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/stopping.html b/docs/manual/stopping.html
index 7e6e835a8a..7dd04b5e92 100644
--- a/docs/manual/stopping.html
+++ b/docs/manual/stopping.html
@@ -137,7 +137,8 @@ around, but fortunately most architectures do not require a scoreboard file.
See the ScoreBoardFile documentation for a method to determine if your
architecture uses it.
-<p><code>NEXT</code> and <code>MACHTEN</code> have small race conditions
+<p><code>NEXT</code> and <code>MACHTEN</code> (68k only) have small race
+conditions
which can cause a restart/die signal to be lost, but should not cause the
server to do anything otherwise problematic.
<!-- they don't have sigaction, or we're not using it -djg -->
diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en
index 7e6e835a8a..7dd04b5e92 100644
--- a/docs/manual/stopping.html.en
+++ b/docs/manual/stopping.html.en
@@ -137,7 +137,8 @@ around, but fortunately most architectures do not require a scoreboard file.
See the ScoreBoardFile documentation for a method to determine if your
architecture uses it.
-<p><code>NEXT</code> and <code>MACHTEN</code> have small race conditions
+<p><code>NEXT</code> and <code>MACHTEN</code> (68k only) have small race
+conditions
which can cause a restart/die signal to be lost, but should not cause the
server to do anything otherwise problematic.
<!-- they don't have sigaction, or we're not using it -djg -->