diff options
author | 2005-10-07 21:41:24 +0000 | |
---|---|---|
committer | 2005-10-07 21:41:24 +0000 | |
commit | 7965a5b13041d7d5b95ccaa4d3580b3d2a4decdf (patch) | |
tree | c39ec228473a30e8370171415d6aa9fe7ee4faa3 | |
parent | IFCAP_VLAN_MTU (diff) | |
download | wireguard-openbsd-7965a5b13041d7d5b95ccaa4d3580b3d2a4decdf.tar.xz wireguard-openbsd-7965a5b13041d7d5b95ccaa4d3580b3d2a4decdf.zip |
give an example email address - this is important as we need to show
angle brackets are necessary;
better wording;
from ray lai, who remembered to prod bob and i again when we forgot;
ok beck@ in a slightly different incarnation;
-rw-r--r-- | usr.sbin/spamdb/spamdb.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/spamdb/spamdb.8 b/usr.sbin/spamdb/spamdb.8 index b578b603111..467878644e7 100644 --- a/usr.sbin/spamdb/spamdb.8 +++ b/usr.sbin/spamdb/spamdb.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamdb.8,v 1.7 2005/05/16 17:31:17 jmc Exp $ +.\" $OpenBSD: spamdb.8,v 1.8 2005/10/07 21:41:24 jmc Exp $ .\" .\" Copyright (c) 2004 Bob Beck. All rights reserved. .\" @@ -75,10 +75,13 @@ or option. .El .Pp -If adding/deleting a SPAMTRAP address +If adding or deleting a SPAMTRAP address .Pq Fl T , .Ar key -should be specified as an email address. +should be specified as an email address: +.Pp +.Dl <spamtrap@mydomain.org> +.Pp Otherwise .Ar key should be a numerical IP address. |