diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-04-07 22:57:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-04-07 22:57:47 +0000 |
commit | 66900c733ccef6a01b8fc6d7ca9f5f9adac7656a (patch) | |
tree | f8d21da2f215bd13dc3d8473209b287975535406 /fetchmail.man | |
parent | 69b56c86fb2139aeba8d842f3f158aa4a88d9a5e (diff) | |
download | fetchmail-66900c733ccef6a01b8fc6d7ca9f5f9adac7656a.tar.gz fetchmail-66900c733ccef6a01b8fc6d7ca9f5f9adac7656a.tar.bz2 fetchmail-66900c733ccef6a01b8fc6d7ca9f5f9adac7656a.zip |
First round of post-5.0.0 buglets.
svn path=/trunk/; revision=2430
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fetchmail.man b/fetchmail.man index 6cd6475a..e04a7959 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1755,11 +1755,11 @@ lock file to help prevent concurrent runs (root mode, Linux systems). lock file to help prevent concurrent runs (root mode, systems without /var/run). .SH ENVIRONMENT -For correct initialization, +For correct initialization, .I fetchmail -requires either that both the USER and HOME environment variables are -correctly set, or that \fBgetpwuid\fR(3) be able to retrieve a password -entry from your user ID. +requires either that \fBgetpwuid\fR(3) be able to retrieve a password +entry from your user ID, or that either the LOGNAME or USER and the +HOME environment variables are correctly set. .SH SIGNALS If a |