summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2020-01-06 13:42:42 +0000
committergilles <gilles@openbsd.org>2020-01-06 13:42:42 +0000
commitd35a91750b2f0f791bc275e5d2820ea1d2d00c52 (patch)
tree126e1067a478e51241911677086b3586c2e830e0 /usr.sbin/smtpd
parentPrint a few more registers when we hit a uvm_fault in the kernel. (diff)
downloadwireguard-openbsd-d35a91750b2f0f791bc275e5d2820ea1d2d00c52.tar.xz
wireguard-openbsd-d35a91750b2f0f791bc275e5d2820ea1d2d00c52.zip
make it more explicit that filters are unique processes
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r--usr.sbin/smtpd/smtpd-filters.76
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd-filters.7 b/usr.sbin/smtpd/smtpd-filters.7
index ed9a7699672..1e1a27efb91 100644
--- a/usr.sbin/smtpd/smtpd-filters.7
+++ b/usr.sbin/smtpd/smtpd-filters.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: smtpd-filters.7,v 1.3 2019/12/13 18:13:08 gilles Exp $
+.\" $OpenBSD: smtpd-filters.7,v 1.4 2020/01/06 13:42:42 gilles Exp $
.\"
.\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org>
.\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net>
@@ -17,7 +17,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: December 13 2019 $
+.Dd $Mdocdate: January 6 2020 $
.Dt FILTERS 7
.Os
.Sh NAME
@@ -49,7 +49,7 @@ This allows the decision logic to rely on third-party programs.
.Sh DESIGN
The
.Nm
-are programs that run as standalone processes,
+are programs that run as unique standalone processes,
they do not share
.Xr smtpd 8
memory space.