From 75577b66a726448e742966c3a833d3095e4fefb4 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Mon, 11 Sep 2023 11:21:07 +0300 Subject: [PATCH] Ticket #4497: mc.ext.ini: fix comments. Clarify desctiption of how multiple sections and keys with same names in this file are processed. Signed-off-by: Andrew Borodin --- misc/mc.ext.ini.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/mc.ext.ini.in b/misc/mc.ext.ini.in index 87dc1d2f4..f3c1717a3 100644 --- a/misc/mc.ext.ini.in +++ b/misc/mc.ext.ini.in @@ -26,8 +26,8 @@ # Section [Include/xxxx] can be located as before as after sections that point to it. # # Sections are processed from top to bottom, thus the order is important. -# If there are more than one sections with the same name in this file, the first -# section will be used. +# Multiple sections with the same name are allowed, they are merged together. +# Sections may contain the same key multiple times; the last entry wins. # # [Default] should be a catch-all action and come last. #