diff options
Diffstat (limited to 'upstream/opensuse-tumbleweed/man8/depmod.8')
-rw-r--r-- | upstream/opensuse-tumbleweed/man8/depmod.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/opensuse-tumbleweed/man8/depmod.8 b/upstream/opensuse-tumbleweed/man8/depmod.8 index 43312c39..d854abb7 100644 --- a/upstream/opensuse-tumbleweed/man8/depmod.8 +++ b/upstream/opensuse-tumbleweed/man8/depmod.8 @@ -2,12 +2,12 @@ .\" Title: depmod .\" Author: Jon Masters <jcm@jonmasters.org> .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 12/06/2023 +.\" Date: 03/05/2024 .\" Manual: depmod .\" Source: kmod .\" Language: English .\" -.TH "DEPMOD" "8" "12/06/2023" "kmod" "depmod" +.TH "DEPMOD" "8" "03/05/2024" "kmod" "depmod" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -40,7 +40,7 @@ Linux kernel modules can provide services (called "symbols") for other modules t .PP \fBdepmod\fR creates a list of module dependencies by reading each module under -/usr/lib/modules/\fIversion\fR +/lib/modules/\fIversion\fR and determining what symbols it exports and what symbols it needs\&. By default, this list is written to modules\&.dep, and a binary hashed version named modules\&.dep\&.bin, in the same directory\&. If filenames are given on the command line, only those modules are examined (which is rarely useful unless all modules are listed)\&. @@ -75,7 +75,7 @@ file before any work is done: if not, it silently exits rather than regenerating \fB\-b \fR\fB\fIbasedir\fR\fR, \fB\-\-basedir \fR\fB\fIbasedir\fR\fR .RS 4 If your modules are not currently in the (normal) directory -/usr/lib/modules/\fIversion\fR, but in a staging area, you can specify a +/lib/modules/\fIversion\fR, but in a staging area, you can specify a \fIbasedir\fR which is prepended to the directory name\&. This \fIbasedir\fR |