summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-02-26 18:42:36 +0000
committerKarl Berry <karl@freefriends.org>2009-02-26 18:42:36 +0000
commit6226ce8e1a87017d3c958d63660c83b669e4da9a (patch)
treefa10b9fc947fc3060a443cc7a6ca917d638990b2 /Build/source
parent8666d2cd5819a7db8412994697492aec3334bec6 (diff)
doc fixes
git-svn-id: svn://tug.org/texlive/trunk@12243 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog4
-rw-r--r--Build/source/texk/kpathsea/tex-file.c8
2 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 724977cd267..3f7e279e86c 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-21 Karl Berry <karl@tug.org>
+
+ * tex-file.c: doc fixes.
+
2009-02-06 Karl Berry <karl@tug.org>
* texmf.cnf (TEXINPUTS.lua*): add definitions for
diff --git a/Build/source/texk/kpathsea/tex-file.c b/Build/source/texk/kpathsea/tex-file.c
index 72e1e581146..8c1670429ec 100644
--- a/Build/source/texk/kpathsea/tex-file.c
+++ b/Build/source/texk/kpathsea/tex-file.c
@@ -1,6 +1,6 @@
/* tex-file.c: high-level file searching by format.
- Copyright 1993, 1994, 1995, 1996, 1997, 2007, 2008 Karl Berry.
+ Copyright 1993, 1994, 1995, 1996, 1997, 2007, 2008, 2009 Karl Berry.
Copyright 1998-2005 Olaf Weber.
This library is free software; you can redistribute it and/or
@@ -219,9 +219,9 @@ init_path PVAR2C(kpse_format_info_type *, info, const_string, default_path, ap)
/* First envvar that's set to a nonempty value will exit the loop. If
none are set, we want the first cnf entry that matches. Find the
- cnf entries simultaneously, to avoid having to go through envvar
- list twice -- because of the PVAR?C macro, that would mean having
- to create a str_list and then use it twice. Yuck. */
+ cnf value simultaneously with the envvar value, to avoid having to
+ go through the envvar list twice -- because of the PVAR?C macro,
+ that would mean having to create a str_list and use it twice. */
while ((env_name = va_arg (ap, string)) != NULL) {
/* Since sh doesn't like envvar names with `.', check PATH_prog
as well as PATH.prog. */