Variable: nntp-netcat-command

nntp-netcat-command is a variable defined in nntp.el.gz.

Value

"nc"

Documentation

Netcat command used to connect to the nntp server.

This command is used by the nntp-open-netcat-stream and nntp-open-via-rlogin-and-netcat methods.

This is a Gnus server variable. See Info node (gnus)Select Methods.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(defvoo nntp-netcat-command "nc"
  "Netcat command used to connect to the nntp server.
This command is used by the `nntp-open-netcat-stream' and
`nntp-open-via-rlogin-and-netcat' methods.")