File: debian_manpages

package info (click to toggle)
kmod 30%2B20221128-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,912 kB
  • sloc: ansic: 16,573; xml: 1,912; makefile: 589; sh: 299; perl: 12; python: 7
file content (53 lines) | stat: -rw-r--r-- 1,461 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
--- /dev/null
+++ b/extra/modules.5
@@ -0,0 +1,26 @@
+.TH MODULES 5 "Version 1.2" "Debian GNU/Linux"
+.SH NAME
+/etc/modules - kernel modules to load at boot time
+.SH DESCRIPTION
+.PP
+The
+.B /etc/modules
+file contains the names of kernel modules that are to be loaded at boot
+time, one per line. Options can only be specified using
+.B modprobe.d
+configuration files. Lines beginning with a '#' are ignored.
+.SH "EXAMPLE"
+    # /etc/modules: kernel modules to load at boot time.
+    #
+    # This file contains the names of kernel modules that
+    # should be loaded at boot time, one per line. Lines
+    # beginning with "#" are ignored.
+
+    w83781d
+
+    3c509
+    nf_nat_ftp
+.SH "SEE ALSO"
+.BR depmod (8)
+.BR modprobe (8)
+.BR modprobe\.d (5)
--- /dev/null
+++ b/extra/modules.fr.5
@@ -0,0 +1,21 @@
+.\"Traduction Lundi 14 octobre 2002 par Antoine Gmis
+.\"(agemis@netuup.com)
+.TH MODULES 5 "Version 1.1" "Debian GNU/Linux"
+.SH NOM
+/etc/modules - modules du noyau  charger au dmarrage
+.SH DESCRIPTION
+.PP
+Le fichier
+.B /etc/modules
+contient la liste des modules du noyau  charger au dmarrage, un module par
+ligne. Les paramtres du module doivent tre spcifis avec les fichiers de
+configuration
+.B modprobe.d.
+Sur une ligne, tout ce qui suit \ #\  sera considr comme commentaire et
+ignor.
+.SH "VOIR AUSSI"
+.BR depmod (8)
+.BR modprobe (8)
+.BR modprobe\.d (5)
+.SH TRADUCTION
+Antoine Gmis <agemis@netuup.com>.