diff options
author | 2014-06-22 15:11:59 +0000 | |
---|---|---|
committer | 2014-06-22 15:11:59 +0000 | |
commit | 633e51b9fbf090bf56c76971b3f6580e8b507efa (patch) | |
tree | 0675ee6fd95f6b59c66dc10231486979311b8246 | |
parent | In BIO_get_port(), use strol() with appropriate range checks rather than (diff) | |
download | wireguard-openbsd-633e51b9fbf090bf56c76971b3f6580e8b507efa.tar.xz wireguard-openbsd-633e51b9fbf090bf56c76971b3f6580e8b507efa.zip |
missing .Pa macro below FILES;
patch from Jan Stary <hans at stare dot cz>
-rw-r--r-- | usr.sbin/spamdb/spamdb.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/spamdb/spamdb.8 b/usr.sbin/spamdb/spamdb.8 index 8aca116b258..405de4c6780 100644 --- a/usr.sbin/spamdb/spamdb.8 +++ b/usr.sbin/spamdb/spamdb.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamdb.8,v 1.17 2013/06/29 09:08:41 jmc Exp $ +.\" $OpenBSD: spamdb.8,v 1.18 2014/06/22 15:11:59 schwarze Exp $ .\" .\" Copyright (c) 2004 Bob Beck. All rights reserved. .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 29 2013 $ +.Dd $Mdocdate: June 22 2014 $ .Dt SPAMDB 8 .Os .Sh NAME @@ -168,7 +168,7 @@ Times may be converted to human readable format using: .Pp .Dl $ date -r <value> .Sh FILES -/var/db/spamd +.Pa /var/db/spamd .Sh SEE ALSO .Xr spamd.conf 5 , .Xr spamd 8 , |