diff options
-rw-r--r-- | man/modules-load.d.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml index 77a2860553..31ffd74bb7 100644 --- a/man/modules-load.d.xml +++ b/man/modules-load.d.xml @@ -77,10 +77,10 @@ <refsect1> <title>Example</title> <example> - <title>/etc/modules-load.d/uinput.conf example:</title> + <title>/etc/modules-load.d/virtio-net.conf example:</title> - <programlisting># Load uinput.ko at boot -uinput</programlisting> + <programlisting># Load virtio-net.ko at boot +virtio-net</programlisting> </example> </refsect1> |