mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
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 )
This commit is contained in:
parent
e6a2feb57d
commit
b87613ecce
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user