aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-07-14 13:45:37 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-07-14 13:45:37 +0000
commit8b7d76c3679d48ea08ad75ff839edb17e6195acd (patch)
tree9f14bdaa8e1df4037fe8a9ebd4ba6133c3448e0d /fetchmail.man
parentdf80d21fdc13f93d9f5cc39a3525dd8698988a83 (diff)
downloadfetchmail-8b7d76c3679d48ea08ad75ff839edb17e6195acd.tar.gz
fetchmail-8b7d76c3679d48ea08ad75ff839edb17e6195acd.tar.bz2
fetchmail-8b7d76c3679d48ea08ad75ff839edb17e6195acd.zip
Added nosyslog.
svn path=/trunk/; revision=1967
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man10
1 files changed, 10 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 67b0f02e..1831b040 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -644,6 +644,13 @@ indicate the status of the daemon and the results while fetching mail
from the server(s).
Error messages for command line options and parsing the \fI.fetchmailrc\fR
file are still written to stderr, or the specified log file if the
+The
+.B --nosyslog
+option turns off use of
+.IR syslog (3),
+assuming it's turned on in the
+.I .fetchmailrc
+file.
.B -L
or
.B --logfile
@@ -990,6 +997,9 @@ T}
syslog \& T{
Do error logging through syslog(3).
T}
+nosyslog \& T{
+Turn off error logging through syslog(3).
+T}
.TE
.PP
Remember that all user options must \fIfollow\fR all server options.