mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
make libkmod instruction more consistent with lfs-systemd
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10401 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2c662543d7
commit
5aabbac42c
@ -114,7 +114,7 @@ ln -sv kmod /bin/lsmod</userinput></screen>
|
||||
<seg>depmod (link to kmod), insmod (link to kmod), kmod,
|
||||
lsmod (link to kmod), modinfo (link to kmod), modprobe (link to kmod),
|
||||
and rmmod (link to kmod)</seg>
|
||||
<seg>/lib/kmod.so</seg>
|
||||
<seg>libkmod.so</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
@ -156,17 +156,6 @@ ln -sv kmod /bin/lsmod</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libkmod">
|
||||
<term><filename class="libraryfile">libkmod</filename></term>
|
||||
<listitem>
|
||||
<para>This library is used by other programs to load and unload kernel
|
||||
modules</para>
|
||||
<indexterm zone="ch-system-kmod">
|
||||
<primary sortas="c-libkmod">libkmod</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="lsmod">
|
||||
<term><command>lsmod</command></term>
|
||||
<listitem>
|
||||
@ -209,6 +198,17 @@ ln -sv kmod /bin/lsmod</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libkmod">
|
||||
<term><filename class="libraryfile">libkmod</filename></term>
|
||||
<listitem>
|
||||
<para>This library is used by other programs to load and unload kernel
|
||||
modules</para>
|
||||
<indexterm zone="ch-system-kmod">
|
||||
<primary sortas="c-libkmod">libkmod</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user