diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-11 15:03:43 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-11 15:03:43 +0000 |
commit | 112361d960cd658fa37e10cd614d4988747d548b (patch) | |
tree | 89c5bd00f6e2b64597257ca257ec48425a9c11ca /fetchmail.man | |
parent | 5a1fd28b3d71fdf6ae4fdabf2aead6f294c453b0 (diff) | |
download | fetchmail-112361d960cd658fa37e10cd614d4988747d548b.tar.gz fetchmail-112361d960cd658fa37e10cd614d4988747d548b.tar.bz2 fetchmail-112361d960cd658fa37e10cd614d4988747d548b.zip |
Bug fix.
svn path=/trunk/; revision=305
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 49fcf20d..193d4037 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -79,6 +79,7 @@ before retrieving new messages. .B \-c, --check Return a status code to indicate whether there is mail waiting, without actually fetching or deleting mail (see EXIT CODES below). +(This option doesn't play well with queries to multiple sites.) .TP .B \-f pathname, --fetchmailrc pathname Specify a non-default name for the @@ -592,7 +593,7 @@ default location of file associating hosts with last message IDs seen (used only with newer RFC1725-compliant POP3 servers supporting the UIDL command). .TP 5 -${TMPDIR}/fetchmail-${HOST}-${USER} +${TMPDIR}/fetchmail-${USER} lock file to help prevent concurrent runs. .SH ENVIRONMENT For correct initialization, |