diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-18 04:17:14 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-18 04:17:14 +0000 |
commit | f54b2182a6c99b7c5af8d4568a3bb46825a55262 (patch) | |
tree | 80b9948b7c17834415e3cea612e80ad011fe97ab /rcfile_y.y | |
parent | 72065d2c9d7c08b663045297076e83181f873b0f (diff) | |
download | fetchmail-f54b2182a6c99b7c5af8d4568a3bb46825a55262.tar.gz fetchmail-f54b2182a6c99b7c5af8d4568a3bb46825a55262.tar.bz2 fetchmail-f54b2182a6c99b7c5af8d4568a3bb46825a55262.zip |
Error message correction.
svn path=/trunk/; revision=3264
Diffstat (limited to 'rcfile_y.y')
-rw-r--r-- | rcfile_y.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ serv_option : AKA alias_list #if (defined(linux) && !defined(INET6_ENABLE)) || defined(__FreeBSD__) interface_parse($2, ¤t.server); #else /* (defined(linux) && !defined(INET6_ENABLE)) || defined(__FreeBSD__) */ - fprintf(stderr, _("fetchmail: interface option is only supported under Linux and FreeBSD\n")); + fprintf(stderr, _("fetchmail: interface option is only supported under Linux (without IPv6) and FreeBSD\n")); #endif /* (defined(linux) && !defined(INET6_ENABLE)) || defined(__FreeBSD__) */ } | MONITOR STRING { |