Variable: netstat-program-options

netstat-program-options is a customizable variable defined in net-utils.el.gz.

Value

("-a")

Documentation

Options for the netstat program.

Source Code

;; Defined in /usr/src/emacs/lisp/net/net-utils.el.gz
(defcustom netstat-program-options
  (list "-a")
  "Options for the netstat program."
  :type  '(repeat string))