summaryrefslogtreecommitdiff
path: root/man/udev.xml
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2015-06-02 17:22:06 +0200
committerDaniel Mack <github@zonque.org>2015-06-02 17:22:06 +0200
commit361d5b41a5efd13ff926279a866d050bb276a58e (patch)
tree583bfde5165cc3587a71fadf79e2b5c8ab79c2e9 /man/udev.xml
parent12e55c7a60af8e1254c5dd6da25e30e3d0ea0c88 (diff)
parentdd334850259e6bc25fdd003790467f428d40fbcd (diff)
Merge pull request #39 from filbranden/manpages_rootprefix
Manpages rootprefix
Diffstat (limited to 'man/udev.xml')
-rw-r--r--man/udev.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/udev.xml b/man/udev.xml
index f7ebaad4bc..d5d8a17cdb 100644
--- a/man/udev.xml
+++ b/man/udev.xml
@@ -65,10 +65,10 @@
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>/usr/lib</filename>. This can be
+ over files with the same name in <filename>&rootprefix;/lib</filename>. This can be
used to override a system-supplied rules file with a local file if needed;
a symlink in <filename>/etc</filename> with the same name as a rules file in
- <filename>/usr/lib</filename>, pointing to <filename>/dev/null</filename>,
+ <filename>&rootprefix;/lib</filename>, pointing to <filename>/dev/null</filename>,
disables the rules file entirely. Rule files must have the extension
<filename>.rules</filename>; other extensions are ignored.</para>