---
 prog/sensord/sensord.8 |   22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

--- a/prog/sensord/sensord.8
+++ b/prog/sensord/sensord.8
@@ -330,27 +330,7 @@
 It is expected that all required sensor modules are loaded prior to
 this daemon being started. This can either be achieved with a system
 specific module loading scheme (e.g., listing the required modules
-in the file `/etc/modules' under Debian) or with explicit
-.BR modprobe (1)
-commands in an init script before loading the daemon.
-
-For example, a `sensord' initialization script might
-contain (among others) the following commands:
-.IP
-.nf
-# Sample init.d scriptlet
-echo -n "Loading AMD756 module: "
-modprobe i2c-amd756 || { echo Fail. ; exit 1 ; }
-echo OK.
-echo -n "Loading W83781D module: "
-modprobe w83781d || { echo Fail. ; exit 1 ; }
-echo OK.
-echo -n "Starting sensord: "
-daemon sensord
-.fi
-.PP
-Ignore the platform-specific shell functions; the general idea
-should be fairly clear.
+in the file `/etc/modules' under Debian).
 .SH ERRORS
 Errors encountered by this daemon are logged to
 .BR syslogd (8)
