diff options
author | 2004-01-21 16:00:57 +0000 | |
---|---|---|
committer | 2004-01-21 16:00:57 +0000 | |
commit | 1ca33ba25c1d5459b8eb16934065ce20133b4594 (patch) | |
tree | db7a8c2b87758cd6f036e661c025fbe4983b74e1 | |
parent | A faster ffs() routine based upon the ff1 assembly instruction. (diff) | |
download | wireguard-openbsd-1ca33ba25c1d5459b8eb16934065ce20133b4594.tar.xz wireguard-openbsd-1ca33ba25c1d5459b8eb16934065ce20133b4594.zip |
clean from jmc
-rw-r--r-- | libexec/spamd-setup/spamd-setup.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/spamd-setup/spamd-setup.8 b/libexec/spamd-setup/spamd-setup.8 index 7e34ce90371..91373a7f5a4 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.7 2004/01/21 08:07:41 deraadt Exp $ +.\" $OpenBSD: spamd-setup.8,v 1.8 2004/01/21 16:00:57 deraadt Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -57,7 +57,8 @@ The options are as follows: .It Fl d Debug mode reports a few pieces of information. .It Fl n -Dry-run mode. No data is shipped to +Dry-run mode. +No data is shipped to .Xr pf 4 . .El .Pp |