]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/net-utils.el: Minor doc fixes.
authorStefan Kangas <stefan@marxist.se>
Thu, 7 Jul 2022 10:15:48 +0000 (12:15 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 7 Jul 2022 10:16:18 +0000 (12:16 +0200)
lisp/net/net-utils.el

index 411b6ed4132b2e4b746d0749ccf30ac071351590..47b5271ef037d4c171dcec62ed5abaf6dce0fb59 100644 (file)
 
 ;;; 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.