diff options
author | Kay Sievers <kay@vrfy.org> | 2013-09-12 04:00:24 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-09-12 04:01:20 +0200 |
commit | 7b4977254cdc1203b44211e00cdb3a0c318cfcf2 (patch) | |
tree | b5e24ea79f215e09402d31529a16b63a9fab0aad /man/binfmt.d.xml | |
parent | ac4c8d6da8b5ebc35f02c9c6cb7595be7b134a05 (diff) | |
download | systemd-7b4977254cdc1203b44211e00cdb3a0c318cfcf2.tar.gz |
man: fix description of file order application
Diffstat (limited to 'man/binfmt.d.xml')
-rw-r--r-- | man/binfmt.d.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/binfmt.d.xml b/man/binfmt.d.xml index f4f4195b04..165a8a97b1 100644 --- a/man/binfmt.d.xml +++ b/man/binfmt.d.xml @@ -89,9 +89,9 @@ configuration files installed from vendor packages. All files are sorted by their filename in alphabetical order, regardless in which of the - directories they reside, to guarantee that a specific - configuration file takes precedence over another file - with an alphabetically later name.</para> + directories they reside. If multiple files specify + the same binary type name, the entry in the file with + the alphabetically latest name will be applied.</para> <para>If the administrator wants to disable a configuration file supplied by the vendor, the |