summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/libmilter/docs/smfi_stop.html
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.sbin/sendmail/libmilter/docs/smfi_stop.html')
-rw-r--r--gnu/usr.sbin/sendmail/libmilter/docs/smfi_stop.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_stop.html b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_stop.html
index 42110c99e95..c937ea7627d 100644
--- a/gnu/usr.sbin/sendmail/libmilter/docs/smfi_stop.html
+++ b/gnu/usr.sbin/sendmail/libmilter/docs/smfi_stop.html
@@ -2,7 +2,7 @@
<head><title>smfi_stop</title></head>
<body>
<!--
-$Sendmail: smfi_stop.html,v 1.2 2003/11/24 23:38:26 ca Exp $
+$Sendmail: smfi_stop.html,v 1.3 2005/10/27 06:08:57 ca Exp $
-->
<h1>smfi_stop</h1>
@@ -13,8 +13,8 @@ $Sendmail: smfi_stop.html,v 1.2 2003/11/24 23:38:26 ca Exp $
#include &lt;libmilter/mfapi.h&gt;
int smfi_stop(void);
</pre>
-Start an orderly shutdown of the milter. No connections will be accepted
-after this call.
+Shutdown the milter.
+No connections will be accepted after this call.
</td></tr>
<!----------- Description ---------->
@@ -27,10 +27,11 @@ or any error-handling routines at any time.</td>
</tr>
<tr align="left" valign=top>
<th width="80">Effects</th>
-<td>The smfi_stop routine
-causes each thread to finish its current connection, then exit.
-When all threads have exited, the call
-to <a href="smfi_main.html">smfi_main</a> returns to your calling program,
+<td>The smfi_stop routine prevents that new connections
+will be accepted,
+however, it does not wait for existing connections (threads) to terminate.
+It will cause
+<a href="smfi_main.html">smfi_main</a> to return to the calling program,
which may then exit or warm-restart.
</td>
</tr>
@@ -63,7 +64,7 @@ which may then exit or warm-restart.
<hr size="1">
<font size="-1">
-Copyright (c) 2003 Sendmail, Inc. and its suppliers.
+Copyright (c) 2003, 2005 Sendmail, Inc. and its suppliers.
All rights reserved.
<br>
By using this file, you agree to the terms and conditions set