From 6226ce8e1a87017d3c958d63660c83b669e4da9a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 26 Feb 2009 18:42:36 +0000 Subject: doc fixes git-svn-id: svn://tug.org/texlive/trunk@12243 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 4 ++++ Build/source/texk/kpathsea/tex-file.c | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'Build') 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 + + * tex-file.c: doc fixes. + 2009-02-06 Karl Berry * 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. */ -- cgit v1.2.3