aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/net-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el
index c43d48e514c..643d312fc2b 100644
--- a/lisp/net/net-utils.el
+++ b/lisp/net/net-utils.el
@@ -41,7 +41,7 @@
41;; On some systems, programs like ifconfig are not in normal user 41;; On some systems, programs like ifconfig are not in normal user
42;; path, but rather in /sbin, /usr/sbin, etc (but non-root users can 42;; path, but rather in /sbin, /usr/sbin, etc (but non-root users can
43;; still use them for queries). Actually the trend these 43;; still use them for queries). Actually the trend these
44;; day is for /sbin to be a symlink to /usr/sbin, but we still need to 44;; days is for /sbin to be a symlink to /usr/sbin, but we still need to
45;; search both for older systems. 45;; search both for older systems.
46(defun net-utils--executable-find-sbin (command) 46(defun net-utils--executable-find-sbin (command)
47 "Return absolute name of COMMAND if found in an sbin directory." 47 "Return absolute name of COMMAND if found in an sbin directory."