From: Daniel Kahn Gillmor Date: Thu, 23 Aug 2018 20:20:18 +0000 (-0400) Subject: doc: fix udev(7) documentation about ATTR{} and SYSCTL{} X-Git-Tag: v240~804 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b87613ecce398a1f17e8e0e87373fdfde6bc2246;p=thirdparty%2Fsystemd.git 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 element after a element within a . 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 ) --- diff --git a/man/udev.xml b/man/udev.xml index adbb4b42fe0..08fedfc86cf 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -184,6 +184,8 @@ value itself contains trailing whitespace. + + SYSCTL{kernel parameter} Match a kernel parameter value.