summaryrefslogtreecommitdiff
path: root/lisp/net/net-utils.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-08 06:31:54 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-08 06:31:54 +0200
commit7397d0fd1910aee37c287bb02c5bb2b7811be860 (patch)
tree8d4cb06f34d1978dfa351960a6ba31586e6378d2 /lisp/net/net-utils.el
parentb6a90b71a2e421d3eef52d4d9e9a82592b7ad277 (diff)
parent2ac0ddc4ac406b04b258f535aaa09a0e3859953b (diff)
downloademacs-7397d0fd1910aee37c287bb02c5bb2b7811be860.tar.gz
Merge from origin/emacs-28
2ac0ddc4ac ; * lisp/net/net-utils.el: Minor doc fixes.
Diffstat (limited to 'lisp/net/net-utils.el')
-rw-r--r--lisp/net/net-utils.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el
index ab7770e04a7..b74400cd96c 100644
--- a/lisp/net/net-utils.el
+++ b/lisp/net/net-utils.el
@@ -23,11 +23,10 @@
;;; Commentary:
-;;
;; There are three main areas of functionality:
;;
;; * Wrap common network utility programs (ping, traceroute, netstat,
-;; nslookup, arp, route). Note that these wrappers are of the diagnostic
+;; nslookup, arp, route). Note that these wrappers are of the diagnostic
;; functions of these programs only.
;;
;; * Implement some very basic protocols in Emacs Lisp (finger and whois)
@@ -39,7 +38,7 @@
;;; Code:
;; On some systems, programs like ifconfig are not in normal user
-;; path, but rather in /sbin, /usr/sbin, etc (but non-root users can
+;; path, but rather in /sbin, /usr/sbin, etc. (but non-root users can
;; still use them for queries). Actually the trend these
;; days is for /sbin to be a symlink to /usr/sbin, but we still need to
;; search both for older systems.