diff options
author | 2004-01-29 17:41:00 +0000 | |
---|---|---|
committer | 2004-01-29 17:41:00 +0000 | |
commit | b121a4885b51be62f1731f6c3bc74b78d450423f (patch) | |
tree | 6bfb7993b661fe011b6cf3d068e4291e38b66dcf /libexec/spamd-setup | |
parent | The Sxxx proc state defines start at 1, not 0. Also make the const (diff) | |
download | wireguard-openbsd-b121a4885b51be62f1731f6c3bc74b78d450423f.tar.xz wireguard-openbsd-b121a4885b51be62f1731f6c3bc74b78d450423f.zip |
spamd-setup(8) does not take a file arg;
from Okan Demirmen (PR 3657);
ok deraadt@
Diffstat (limited to 'libexec/spamd-setup')
-rw-r--r-- | libexec/spamd-setup/spamd-setup.8 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/spamd-setup/spamd-setup.8 b/libexec/spamd-setup/spamd-setup.8 index 91373a7f5a4..f4949304618 100644 --- a/libexec/spamd-setup/spamd-setup.8 +++ b/libexec/spamd-setup/spamd-setup.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd-setup.8,v 1.8 2004/01/21 16:00:57 deraadt Exp $ +.\" $OpenBSD: spamd-setup.8,v 1.9 2004/01/29 17:41:00 jmc Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -32,7 +32,6 @@ .Sh SYNOPSIS .Nm spamd-setup .Op Fl dn -.Op Ar file ... .Sh DESCRIPTION The .Nm |