diff options
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 |