summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/doc/kpathsea.texi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-29 19:16:41 +0000
committerKarl Berry <karl@freefriends.org>2010-11-29 19:16:41 +0000
commit8cccd2ef325cc36d6f5389cbb8858c90bede9ec3 (patch)
treecd9ef7d4d07214c47ddebb312471ed448476bb3f /Build/source/texk/kpathsea/doc/kpathsea.texi
parent8ae50339d711ea3563408944c300f96d8ad8750a (diff)
correct doc; brace expansion not derived from bash code for a long time now
git-svn-id: svn://tug.org/texlive/trunk@20604 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/doc/kpathsea.texi')
-rw-r--r--Build/source/texk/kpathsea/doc/kpathsea.texi6
1 files changed, 2 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/doc/kpathsea.texi b/Build/source/texk/kpathsea/doc/kpathsea.texi
index 25f393ef676..2b4f9fb39ad 100644
--- a/Build/source/texk/kpathsea/doc/kpathsea.texi
+++ b/Build/source/texk/kpathsea/doc/kpathsea.texi
@@ -745,15 +745,13 @@ This feature can be used to implement multiple @TeX{} hierarchies, by
assigning a brace list to @code{$TEXMF}, as mentioned in
@file{texmf.in}.
-You can also use the path separator in stead of the comma. The last
+You can also use the path separator instead of the comma. The last
example could have been written @samp{x@{A:B@}@{1:2@}y}.
@flindex expand.c
Brace expansion is implemented in the source file
-@file{kpathsea/expand.c}. It is a modification of the Bash sources, and
-is thus covered by the GNU General Public License, rather than the
-Library General Public License that covers the rest of Kpathsea.
+@file{kpathsea/expand.c}.
@node KPSE_DOT expansion