diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-08 20:43:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-08 20:43:57 +0000 |
commit | 9aeed581a9d0ca957fb56a2844e3cb3b5ab86333 (patch) | |
tree | 0af2fdc421705f15326afa82851c73d2f325beb0 /fetchmail.man | |
parent | 8983114bab665d39c49f1c48187b3c1a0fbd9fe3 (diff) | |
download | fetchmail-9aeed581a9d0ca957fb56a2844e3cb3b5ab86333.tar.gz fetchmail-9aeed581a9d0ca957fb56a2844e3cb3b5ab86333.tar.bz2 fetchmail-9aeed581a9d0ca957fb56a2844e3cb3b5ab86333.zip |
Change in exit status semantics.
svn path=/trunk/; revision=1159
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index 636d1167..964beb4c 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1101,8 +1101,9 @@ details. .PP When .I fetchmail -queries more than one host, the returned status is that of the last -host queried. +queries more than one host, return status is 0 if \fIany\fR query +successfully retrieved mail. Otherwise the returned error status is +that of the last host queried. .SH AUTHOR Eric S. Raymond <esr@snark.thyrsus.com>. |