]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: don't mention '/run' in hwdb.man
authorDavid Herrmann <dh.herrmann@gmail.com>
Sun, 14 Jun 2015 12:24:37 +0000 (14:24 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sun, 14 Jun 2015 12:26:31 +0000 (14:26 +0200)
We do not support '/run' for hwdb files. Drop it from the man-pages so
people don't accidentally use it.

This was reported by: Peter Hutterer <peter.hutterer@who-t.net>

man/hwdb.xml

index e6215df738b023cfcbc8e8ec2e63901b7a407843..8a6e26d089bdcea001e8cbf6f78d53d34b16918d 100644 (file)
 
   <refsect1><title>Hardware Database Files</title>
       <para>The hwdb files are read from the files located in the
-      system hwdb directory <filename>&udevlibexecdir;/hwdb.d</filename>,
-      the volatile runtime directory <filename>/run/udev/hwdb.d</filename>
+      system hwdb directory <filename>&udevlibexecdir;/hwdb.d</filename>
       and the local administration directory <filename>/etc/udev/hwdb.d</filename>.
       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 <filename>/etc</filename>
-      have the highest priority, files in <filename>/run</filename> take precedence
-      over files with the same name in <filename>&rootprefix;/lib</filename>. This can be
-      used to override a system-supplied hwdb file with a local file if needed;
+      take precedence over files with the same name in <filename>&rootprefix;/lib</filename>.
+      This can be used to override a system-supplied hwdb file with a local file if needed;
       a symlink in <filename>/etc</filename> with the same name as a hwdb file in
       <filename>&rootprefix;/lib</filename>, pointing to <filename>/dev/null</filename>,
       disables the hwdb file entirely. hwdb files must have the extension