summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-03-31 18:19:59 +0200
committerLennart Poettering <lennart@poettering.net>2011-03-31 18:19:59 +0200
commit7602c46fe6c48792b5eb4d157233066c68be9c9a (patch)
tree93518dee43acd60658fba023ca11b724242b29a6
parent7ebdfc936e7c9697b9fa9441a502ad40abb7b245 (diff)
man: uinput.ko is a bad example
-rw-r--r--man/modules-load.d.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml
index 77a286055..31ffd74bb 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>