(defcustom traceroute-program-options nil
"Options for the traceroute program."
:group 'net-utils
- :type '(repeat 'string)
+ :type '(repeat string)
)
(defcustom ping-program "ping"
"Options for the ping program.
These options can be used to limit how many ICMP packets are emitted."
:group 'net-utils
- :type '(repeat 'string)
+ :type '(repeat string)
)
(defcustom ipconfig-program
"/all" "-a"))
"Options for ipconfig-program."
:group 'net-utils
- :type '(repeat 'string)
+ :type '(repeat string)
)
(defcustom netstat-program "netstat"
(list "-a")
"Options for netstat-program."
:group 'net-utils
- :type '(repeat 'string)
+ :type '(repeat string)
)
(defcustom arp-program "arp"
(list "-a")
"Options for arp-program."
:group 'net-utils
- :type '(repeat 'string)
+ :type '(repeat string)
)
(defcustom route-program
(list "-r"))
"Options for route-program."
:group 'net-utils
- :type '(repeat 'string)
+ :type '(repeat string)
)
(defcustom nslookup-program "nslookup"
(defcustom nslookup-program-options nil
"List of options to pass to the nslookup program."
:group 'net-utils
- :type '(repeat 'string)
+ :type '(repeat string)
)
(defcustom nslookup-prompt-regexp "^> "
(defcustom ftp-program-options nil
"List of options to pass to the FTP program."
:group 'net-utils
- :type '(repeat 'string)
+ :type '(repeat string)
)
(defcustom ftp-prompt-regexp "^ftp>"