; * lisp/net/net-utils.el: Minor doc fixes.
This commit is contained in:
parent
f9d01e5047
commit
2ac0ddc4ac
1 changed files with 2 additions and 3 deletions
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;;
|
|
||||||
;; There are three main areas of functionality:
|
;; There are three main areas of functionality:
|
||||||
;;
|
;;
|
||||||
;; * Wrap common network utility programs (ping, traceroute, netstat,
|
;; * Wrap common network utility programs (ping, traceroute, netstat,
|
||||||
|
@ -39,7 +38,7 @@
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
;; On some systems, programs like ifconfig are not in normal user
|
;; 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
|
;; 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
|
;; days is for /sbin to be a symlink to /usr/sbin, but we still need to
|
||||||
;; search both for older systems.
|
;; search both for older systems.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue