Skip to content

Commit 9e7c4e7

Browse files
committed
Commit the generated man page
1 parent 901dc17 commit 9e7c4e7

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

man/udev.7

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -538,21 +538,20 @@ character itself\&.
538538
.SH "HARDWARE DATABASE FILES"
539539
.PP
540540
The hwdb files are read from the files located in the system hwdb directory
541-
/usr/lib/udev/hwdb\&.d, the volatile runtime directory
542-
/run/udev/hwdb\&.d, the local administration directory
541+
/usr/lib/udev/hwdb\&.d, the local administration directory
543542
/etc/udev/hwdb\&.d, and any other directory in the
544543
\fBUDEV_HWDB_PATH\fR
545544
search path variable\&. All hwdb files are collectively sorted and processed in lexical order, regardless of the directories in which they live\&. However, files with identical filenames replace each other\&. Files in
546545
/etc
547546
have the highest priority, then files in
548-
/run,
549-
/usr/lib
550-
and the ones in
547+
/usr/lib, and the ones in
551548
\fBUDEV_HWDB_PATH\fR
552549
comes last\&. Files with higher priority take precedence over files with the same name and lower priority\&. This order can be used to override a system\-supplied hwdb file with a local file if needed; a symlink in
553550
/etc
554551
with the same name as a hwdb file in
555-
/usr/lib, pointing to
552+
/usr/lib
553+
or
554+
\fBUDEV_HWDB_PATH\fR, pointing to
556555
/dev/null, disables the hwdb file entirely\&. hwdb files must have the extension
557556
\&.hwdb; other extensions are ignored\&.
558557
.PP

0 commit comments

Comments
 (0)