From b87613ecce398a1f17e8e0e87373fdfde6bc2246 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 23 Aug 2018 16:20:18 -0400 Subject: 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 ) --- man/udev.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man/udev.xml') 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. + + SYSCTL{kernel parameter} Match a kernel parameter value. -- cgit v1.2.1