diff options
author | Daniel Mack <daniel@zonque.org> | 2015-05-30 02:05:33 +0200 |
---|---|---|
committer | Filipe Brandenburger <filbranden@google.com> | 2015-06-02 07:54:51 -0700 |
commit | 7d2e33a416388f9fed5f357e55dcd41394651edc (patch) | |
tree | 8d83420b0dc765793fa12ba8f83cc8f4a9bc2db2 /man/systemd.netdev.xml | |
parent | 12e55c7a60af8e1254c5dd6da25e30e3d0ea0c88 (diff) |
man: replace hard-coded /usr/lib
Replace some /usr/lib occurences in man/ with &rootprefix;/lib.
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 6cd77abd04..786c7d478a 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -81,10 +81,10 @@ 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 used to + name in <filename>&rootprefix;/lib</filename>. This can be used to override a system-supplied configuration file with a local file if needed; a symlink in <filename>/etc</filename> with the same name - as a configuration file in <filename>/usr/lib</filename>, pointing + as a configuration file in <filename>&rootprefix;/lib</filename>, pointing to <filename>/dev/null</filename>, disables the configuration file entirely.</para> |