diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-31 18:19:59 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-31 18:19:59 +0200 |
commit | 7602c46fe6c48792b5eb4d157233066c68be9c9a (patch) | |
tree | 93518dee43acd60658fba023ca11b724242b29a6 /man/modules-load.d.xml | |
parent | 7ebdfc936e7c9697b9fa9441a502ad40abb7b245 (diff) |
man: uinput.ko is a bad example
Diffstat (limited to 'man/modules-load.d.xml')
-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> |