diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2005-12-01 15:21:17 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2005-12-01 15:21:17 +0000 |
commit | 0bcfb1df85e833b6f7d557f7d96c16e7f65e17c9 (patch) | |
tree | 7564eb49dd19dd6ffc25a394c4e76776a3e377b9 /libexec/spamd/spamd.8 | |
parent | 81087f2a4f0847b18d646e8461fe5e7a635e4cb5 (diff) |
Spell "blacklisted" consistently.
ok jmc@
Diffstat (limited to 'libexec/spamd/spamd.8')
-rw-r--r-- | libexec/spamd/spamd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index a45715176a0..41ded1b36cb 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.58 2005/11/24 08:47:10 jmc Exp $ +.\" $OpenBSD: spamd.8,v 1.59 2005/12/01 15:21:16 tom Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -56,9 +56,9 @@ it will attempt to waste the time and resources of the spam sender. The options are as follows: .Bl -tag -width Ds .It Fl 4 -For black listed entries, return error code 450 to the spammer (default). +For blacklisted entries, return error code 450 to the spammer (default). .It Fl 5 -For black-listed entries, return error code 550 to the spammer. +For blacklisted entries, return error code 550 to the spammer. .It Fl B Ar maxblack The maximum number of concurrent blacklisted connections to allow in greylisting mode. |