debian_manpages
authorMarco d'Itri <md@linux.it>
Sat, 9 Feb 2019 23:00:31 +0000 (00:00 +0100)
committerMarco d'Itri <md@linux.it>
Sat, 9 Feb 2019 23:00:31 +0000 (00:00 +0100)
Gbp-Pq: Name debian_manpages

extra/modules.5 [new file with mode: 0644]
extra/modules.fr.5 [new file with mode: 0644]

diff --git a/extra/modules.5 b/extra/modules.5
new file mode 100644 (file)
index 0000000..f116f4e
--- /dev/null
@@ -0,0 +1,25 @@
+.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. Arguments can be given in the same line as the module
+name. 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 irq=15
+    nf_nat_ftp
+.SH "SEE ALSO"
+.BR depmod (8)
+.BR modprobe (8)
+.BR modprobe.conf (5)
diff --git a/extra/modules.fr.5 b/extra/modules.fr.5
new file mode 100644 (file)
index 0000000..00c87ad
--- /dev/null
@@ -0,0 +1,19 @@
+.\"Traduction Lundi 14 octobre 2002 par Antoine Gémis
+.\"(agemis@netuup.com)
+.TH MODULES 5 "Version 1.1" "Debian GNU/Linux"
+.SH NOM
+/etc/modules - modules du noyau à charger au démarrage
+.SH DESCRIPTION
+.PP
+Le fichier
+.B /etc/modules
+contient la liste des modules du noyau à charger au démarrage, un module par
+ligne. Une ligne peut inclure, après le nom du module, des paramètres à lui
+passer. Sur une ligne, tout ce qui suit «\ #\ » sera considéré comme commentaire
+et ignoré. 
+.SH "VOIR AUSSI"
+.BR depmod (8)
+.BR modprobe (8)
+.BR modprobe.conf (5)
+.SH TRADUCTION
+Antoine Gémis <agemis@netuup.com>.