summaryrefslogtreecommitdiff
path: root/shared-mime-info-spec.xml
diff options
context:
space:
mode:
authorThomas Leonard <tal@ecs.soton.ac.uk>2003-07-30 11:33:13 +0000
committerThomas Leonard <tal@ecs.soton.ac.uk>2003-07-30 11:33:13 +0000
commit377175ad88c1e46cc0fc77623775a0f64ae8d897 (patch)
tree96b6ee82b20a6790f571873609a73827f53f2872 /shared-mime-info-spec.xml
parentc3585ce9dbc1563251a32e90b4cf881f4032f585 (diff)
Case-insensitive -> lowercase.
Diffstat (limited to 'shared-mime-info-spec.xml')
-rw-r--r--shared-mime-info-spec.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/shared-mime-info-spec.xml b/shared-mime-info-spec.xml
index 9e1bfb8..da0ec04 100644
--- a/shared-mime-info-spec.xml
+++ b/shared-mime-info-spec.xml
@@ -584,8 +584,9 @@ text/x-diff:*.patch
]]></programlisting>
</para>
<para>
-Applications MUST first try a case-sensitive match, then a case-insensitive
-one. This is so that <filename>main.C</filename> will be seen as a C++ file,
+Applications MUST first try a case-sensitive match, then try again with the
+filename converted to lower-case if that fails.
+This is so that <filename>main.C</filename> will be seen as a C++ file,
but <filename>IMAGE.GIF</filename> will still use the *.gif pattern.
</para>
<para>