From 7d2e33a416388f9fed5f357e55dcd41394651edc Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Sat, 30 May 2015 02:05:33 +0200 Subject: man: replace hard-coded /usr/lib Replace some /usr/lib occurences in man/ with &rootprefix;/lib. --- man/systemd.link.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/systemd.link.xml') diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 75cf6e1953..5db06842bd 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -70,10 +70,10 @@ However, files with identical filenames replace each other. Files in /etc have the highest priority, files in /run take precedence over files with the same - name in /usr/lib. This can be used to + name in &rootprefix;/lib. This can be used to override a system-supplied link file with a local file if needed; a symlink in /etc with the same name as a - link file in /usr/lib, pointing to + link file in &rootprefix;/lib, pointing to /dev/null, disables the link file entirely. -- cgit v1.2.3-54-g00ecf