diff options
Diffstat (limited to 'Build/source/texk/kpathsea/doc/kpathsea.texi')
-rw-r--r-- | Build/source/texk/kpathsea/doc/kpathsea.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/doc/kpathsea.texi b/Build/source/texk/kpathsea/doc/kpathsea.texi index b4bab017cc8..65eee7e9f4c 100644 --- a/Build/source/texk/kpathsea/doc/kpathsea.texi +++ b/Build/source/texk/kpathsea/doc/kpathsea.texi @@ -1444,7 +1444,11 @@ than one match, just one will be reported (chosen effectively at random). @opindex --no-casefold-search Explicitly enable or disable the fallback to a case-insensitive search on Unix platforms (@pxref{Casefolding search}); no effect on Windows. -The default is the same as the system setup, which is (by default) enabled. +The default is enabled, set in @code{texmf.cnf}. Disabling +(@code{--no-casefold-search}) does not mean that searches magically +become case-sensitive when the underlying (file)system is +case-insensitive, it merely means that Kpathsea does not do any +casefolding itself. @item --dpi=@var{num} @opindex --dpi=@var{num} |