--- /dev/null
+++ b/extra/modules.5
@@ -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)
--- /dev/null
+++ b/extra/modules.fr.5
@@ -0,0 +1,19 @@
+.\"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. Une ligne peut inclure, aprs le nom du module, des paramtres  lui
+passer. Sur une ligne, tout ce qui suit \ #\  sera considr comme commentaire
+et ignor. 
+.SH "VOIR AUSSI"
+.BR depmod (8)
+.BR modprobe (8)
+.BR modprobe.conf (5)
+.SH TRADUCTION
+Antoine Gmis <agemis@netuup.com>.
