diff options
Diffstat (limited to 'man.Linux')
-rw-r--r-- | man.Linux/Makefile | 5 | ||||
-rw-r--r-- | man.Linux/modules.autoload.5 | 19 |
2 files changed, 0 insertions, 24 deletions
diff --git a/man.Linux/Makefile b/man.Linux/Makefile deleted file mode 100644 index 6cb341d7..00000000 --- a/man.Linux/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -DIR = /usr/share/man -MANS = modules.autoload.5 - -TOPDIR = .. -include $(TOPDIR)/default.mk diff --git a/man.Linux/modules.autoload.5 b/man.Linux/modules.autoload.5 deleted file mode 100644 index a727afc8..00000000 --- a/man.Linux/modules.autoload.5 +++ /dev/null @@ -1,19 +0,0 @@ -.TH MODULES.AUTOLOAD 5 "Gentoo Linux" "Nov 2001" -.SH NAME -\fI/etc/modules.autoload\fR - kernel modules to load at boot time -.SH DESCRIPTION -.PP -The \fI/etc/modules.autoload\fR -file contains the names of kernel modules that are to be loaded at boot -time, one per line. Arguments can be given on the same line as the module -name. Comments begin with a `#', and everything on the line after it is -ignored. This file is read by the \fI/etc/init.d/modules\fR initscript, -which is usually linked in the \fI/etc/runlevels/boot\fR directory. -.SH "SEE ALSO" -.BR update-modules (8), -.BR modprobe (8), -.BR modules.conf (5) -.TP -The \fI/sbin/update-modules\fR script. -.TP -The files in \fI/etc/modules.d\fR. |