]> git.proxmox.com Git - systemd.git/blobdiff - man/hwdb.7
Imported Upstream version 220
[systemd.git] / man / hwdb.7
index a0fba2b4cf1e484a59c785b98b1abd4ef980a3c2..c328d5727aec3912c7d761af19924acdaedd99e1 100644 (file)
@@ -1,5 +1,5 @@
 '\" t
-.TH "HWDB" "7" "" "systemd 219" "hwdb"
+.TH "HWDB" "7" "" "systemd 220" "hwdb"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -42,7 +42,7 @@ with the same name as a hwdb file in
 /dev/null, disables the hwdb file entirely\&. hwdb files must have the extension
 \&.hwdb; other extensions are ignored\&.
 .PP
-The hwdb file contains data records consisting of matches and associated key\-value pairs\&. Every record in the hwdb starts with one or more match string, specifying a shell glob to compare the database lookup string against\&. Multiple match lines are specified in additional consecutive lines\&. Every match line is compared indivdually, they are combined by OR\&. Every match line must start at the first character of the line\&.
+The hwdb file contains data records consisting of matches and associated key\-value pairs\&. Every record in the hwdb starts with one or more match string, specifying a shell glob to compare the database lookup string against\&. Multiple match lines are specified in additional consecutive lines\&. Every match line is compared individually, they are combined by OR\&. Every match line must start at the first character of the line\&.
 .PP
 The match lines are followed by one or more key\-value pair lines, which are recognized by a leading space character\&. The key name and value are separated by
 "="\&. An empty line signifies the end of a record\&. Lines beginning with