aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-17 03:25:27 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-17 03:25:27 +0000
commitfec09e4a35c2912e3d1529412b75f5d9563c0684 (patch)
tree6c4b5865b557db435aa46e49ea22cac4095e0502
parente06845128a04aa301cced173f140bf805ae8d62d (diff)
downloadfetchmail-fec09e4a35c2912e3d1529412b75f5d9563c0684.tar.gz
fetchmail-fec09e4a35c2912e3d1529412b75f5d9563c0684.tar.bz2
fetchmail-fec09e4a35c2912e3d1529412b75f5d9563c0684.zip
Correction.
svn path=/trunk/; revision=643
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e140a3b6..db9e289d 100644
--- a/NEWS
+++ b/NEWS
@@ -22,8 +22,9 @@ features --
* True stdio buffering of sockets at last, thanks to Cameron McPherson.
This should be good for a significant throughput increase.
-* Almost all error messages now go through the error() subroutine. This is a
- first step towards allowing a daemon-mode fetchmail to use syslog.
+* Almost all error messages that might be emitted in daemon mode now go
+ through the error() subroutine. This is a first step towards allowing
+ a daemon-mode fetchmail to use syslog.
bugs --