aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-11-15 23:16:04 +0000
committerDave Love2000-11-15 23:16:04 +0000
commit021bc64b33411c5ea6233a19a51dfdf95614fdd6 (patch)
treed7015dcec9feaee8808483cd8328716021c55bf5
parenta159375dd2126c3b2636c77e10e3d6f91f72bc4d (diff)
downloademacs-021bc64b33411c5ea6233a19a51dfdf95614fdd6.tar.gz
emacs-021bc64b33411c5ea6233a19a51dfdf95614fdd6.zip
POP tweak.
-rw-r--r--man/gnus.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/man/gnus.texi b/man/gnus.texi
index 6c078a8650e..71f609cdd63 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -11173,10 +11173,11 @@ The name of the POP server. The default is taken from the
11173@code{MAILHOST} environment variable. 11173@code{MAILHOST} environment variable.
11174 11174
11175@item :port 11175@item :port
11176The port number of the POP server. This can be a number (eg, 11176The port number of the POP server. This can be a number (e.g.@:
11177@samp{:port 1234}) or a string (eg, @samp{:port "pop3"}). If it is a 11177@samp{:port 110}) or a string (e.g.@: @samp{:port "pop3"}). If it is a
11178string, it should be a service name as listed in @file{/etc/services} on 11178string, it should be a service name as listed in @file{/etc/services} on
11179Unix systems. The default is @samp{"pop3"}. 11179Unix systems. The default is @samp{"pop3"}. On some systems you might
11180need to specify it as @samp{"pop-3"} instead.
11180 11181
11181@item :user 11182@item :user
11182The user name to give to the POP server. The default is the login 11183The user name to give to the POP server. The default is the login