emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/misc/gnus.texi,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/doc/misc/gnus.texi,v
Date: Sun, 30 Mar 2008 03:54:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/03/30 03:54:15

Index: doc/misc/gnus.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/gnus.texi,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- doc/misc/gnus.texi  29 Mar 2008 21:38:52 -0000      1.18
+++ doc/misc/gnus.texi  30 Mar 2008 03:54:15 -0000      1.19
@@ -13144,7 +13144,7 @@
 @lisp
 (nntp "outside"
       (nntp-pre-command "runsocks")
-      (nntp-open-connection-function nntp-open-via-netcat)
+      (nntp-open-connection-function nntp-open-netcat-stream)
       (nntp-address "the.news.server"))
 @end lisp
 
@@ -13619,8 +13619,8 @@
       (nntp-address "snews.bar.com"))
 @end lisp
 
address@hidden nntp-open-via-netcat
address@hidden nntp-open-via-netcat
address@hidden nntp-open-netcat-stream
address@hidden nntp-open-netcat-stream
 Opens a connection to an @acronym{NNTP} server using the @code{netcat}
 program.  You might wonder why this function exists, since we have
 the default @code{nntp-open-network-stream} which would do the job.  (One
@@ -13631,7 +13631,7 @@
 @lisp
 (nntp "socksified"
       (nntp-pre-command "runsocks")
-      (nntp-open-connection-function nntp-open-via-netcat)
+      (nntp-open-connection-function nntp-open-netcat-stream)
       (nntp-address "the.news.server"))
 @end lisp
 
@@ -13640,7 +13640,7 @@
 
 @findex nntp-open-telnet-stream
 @item nntp-open-telnet-stream
-Like @code{nntp-open-via-netcat}, but uses @code{telnet} rather than
+Like @code{nntp-open-netcat-stream}, but uses @code{telnet} rather than
 @code{netcat}.  @code{telnet} is a bit less robust because of things
 like line-end-conversion, but sometimes netcat is simply
 not available.  The previous example would turn into:
@@ -13821,16 +13821,16 @@
 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
 using a non native telnet connection function.
 
address@hidden nntp-via-netcat-command
address@hidden nntp-via-netcat-command
address@hidden nntp-netcat-command
address@hidden nntp-netcat-command
 Command to use when connecting to the @acronym{NNTP} server through
 @samp{netcat}.  This is @emph{not} for an intermediate host.  This is
 just for the real @acronym{NNTP} server.  The default is
 @samp{nc}.
 
address@hidden nntp-via-netcat-switches
address@hidden nntp-via-netcat-switches
-A list of switches to pass to @code{nntp-via-netcat-command}.  The default
address@hidden nntp-netcat-switches
address@hidden nntp-netcat-switches
+A list of switches to pass to @code{nntp-netcat-command}.  The default
 is @samp{()}.
 
 @end table




reply via email to

[Prev in Thread] Current Thread [Next in Thread]