diff options
author | 2003-10-23 08:33:22 +0000 | |
---|---|---|
committer | 2003-10-23 08:33:22 +0000 | |
commit | 12b58b92af378419f1f2fd76bde1c939f0c54337 (patch) | |
tree | d3344b3a94b8a49e4c277c6428c2ca6682299ce7 | |
parent | err on strdup failure. from vink joris. (diff) | |
download | wireguard-openbsd-12b58b92af378419f1f2fd76bde1c939f0c54337.tar.xz wireguard-openbsd-12b58b92af378419f1f2fd76bde1c939f0c54337.zip |
- add -v to SYNOPSIS
- new sentence, new line
- .Dv for variables
- fix .Xr
-rw-r--r-- | libexec/spamd/spamd.8 | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index 5904c7083a1..a3b843810e1 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.40 2003/10/22 21:31:38 beck Exp $ +.\" $OpenBSD: spamd.8,v 1.41 2003/10/23 08:33:22 jmc Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -31,7 +31,7 @@ .Sh SYNOPSIS .Nm spamd .Bk -words -.Op Fl 45d +.Op Fl 45dv .Op Fl c Ar maxcon .Op Fl n Ar name .Op Fl p Ar port @@ -82,13 +82,20 @@ Delay each character sent to the client by the specified amount of seconds. Defaults to 1. .It Fl v -Enable verbose logging. By default +Enable verbose logging. +By default .Nm logs connections, disconnections and blacklist matches to -.Xr syslog 8 -at LOG_INFO level. With verbose logging enabled, message detail -including subject and recipient information is logged at LOG_INFO, along -with the message body and SMTP dialogue being logged at LOG_DEBUG level. +.Xr syslogd 8 +at +.Dv LOG_INFO +level. +With verbose logging enabled, message detail +including subject and recipient information is logged at +.Dv LOG_INFO , +along with the message body and SMTP dialogue being logged at +.Dv LOG_DEBUG +level. .It Fl w Ar window Set the socket receive buffer to this many bytes, adjusting the window size. .El |