diff options
author | Lucas Werkmeister <mail@lucaswerkmeister.de> | 2017-03-21 01:32:23 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-03-21 01:32:23 +0100 |
commit | 83ddf5d3d8eec696b0e9f2ddf3191e215b0a8498 (patch) | |
tree | 980d207fca66cc57218b3faefb7db77f62913dfa /man/systemd-delta.xml | |
parent | systemctl: fix broken vertical lines in list-dependencies --all (#5608) (diff) | |
download | systemd-83ddf5d3d8eec696b0e9f2ddf3191e215b0a8498.tar.xz systemd-83ddf5d3d8eec696b0e9f2ddf3191e215b0a8498.zip |
man: change /lib to /usr/lib (#5618)
Per man:file-hierarchy(7), /lib is just a compatibility symlink; the
other manpages also refer to /usr/lib.
Found with:
git grep -P '(?<!/usr|/var|local)/lib' man/
Diffstat (limited to 'man/systemd-delta.xml')
-rw-r--r-- | man/systemd-delta.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-delta.xml b/man/systemd-delta.xml index 6628213209..be241f6950 100644 --- a/man/systemd-delta.xml +++ b/man/systemd-delta.xml @@ -63,7 +63,7 @@ compare configuration files that override other configuration files. Files in <filename>/etc</filename> have highest priority, files in <filename>/run</filename> have the second highest - priority, …, files in <filename>/lib</filename> have lowest + priority, …, files in <filename>/usr/lib</filename> have lowest priority. Files in a directory with higher priority override files with the same name in directories of lower priority. In addition, certain configuration files can have <literal>.d</literal> |