diff options
Diffstat (limited to 'Build/source/texk/kpathsea/tilde.h')
-rw-r--r-- | Build/source/texk/kpathsea/tilde.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/tilde.h b/Build/source/texk/kpathsea/tilde.h index de95bb31bc6..8f55c1df858 100644 --- a/Build/source/texk/kpathsea/tilde.h +++ b/Build/source/texk/kpathsea/tilde.h @@ -1,6 +1,6 @@ /* tilde.h: declare tilde expander. - Copyright 1993, 2008, 2010 Karl Berry. + Copyright 1993, 2008, 2010, 2011 Karl Berry. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -24,7 +24,7 @@ #ifdef MAKE_KPSE_DLL /* libkpathsea internal only */ /* Replace a leading ~ or ~NAME in FILENAME with getenv ("HOME"), or - getenv ('USERPROFILE") on Windows, or with NAME's home directory, + getenv ("USERPROFILE") on Windows, or with NAME's home directory, respectively. Excise trailing slashes. FILENAME may not be null. */ extern string kpathsea_tilde_expand (kpathsea kpse, string filename); |