summaryrefslogtreecommitdiff
path: root/man/udev.xml
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2018-08-23 16:20:18 -0400
committerFilipe Brandenburger <filbranden@google.com>2018-08-23 14:47:43 -0700
commitb87613ecce398a1f17e8e0e87373fdfde6bc2246 (patch)
treeedc349dd59b8013e566465555f29a050c08a27eb /man/udev.xml
parente6a2feb57d60a8f8f5f64fdc6d9a23260fe0df05 (diff)
downloadsystemd-b87613ecce398a1f17e8e0e87373fdfde6bc2246.tar.gz
doc: fix udev(7) documentation about ATTR{} and SYSCTL{}
Without this fix, udev(7) munges the two items together, like so: ATTR{filename}, SYSCTL{kernel parameter} Match sysfs attribute values of the event device. Trailing whitespace in the attribute values is ignored unless the specified match value itself contains trailing whitespace. Match a kernel parameter value. You're not allowed to have a <term> element after a <listitem> element within a <varlistentry>. xmllint complains: udev.xml:192: element varlistentry: validity error : Element varlistentry content does not follow the DTD, expecting (term+ , listitem), got (term listitem term listitem )
Diffstat (limited to 'man/udev.xml')
-rw-r--r--man/udev.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/udev.xml b/man/udev.xml
index adbb4b42fe..08fedfc86c 100644
--- a/man/udev.xml
+++ b/man/udev.xml
@@ -184,6 +184,8 @@
value itself contains trailing whitespace.
</para>
</listitem>
+ </varlistentry>
+ <varlistentry>
<term><varname>SYSCTL{<replaceable>kernel parameter</replaceable>}</varname></term>
<listitem>
<para>Match a kernel parameter value.