diff options
author | Karl Berry <karl@freefriends.org> | 2008-01-25 00:25:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-01-25 00:25:20 +0000 |
commit | 1ff3e8f6dd114f2448eceb4de5d540c5551c40e3 (patch) | |
tree | 31035967feeff892bb4e02b2fdb71ae8873522c0 /Build/source/texk/kpathsea/kpathsea.texi | |
parent | 8089bedd89720b48917c32301a0d0c924223279b (diff) |
tilde expansion for --expand-var too, or mktexnam fails
git-svn-id: svn://tug.org/texlive/trunk@6390 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/kpathsea.texi')
-rw-r--r-- | Build/source/texk/kpathsea/kpathsea.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/kpathsea.texi b/Build/source/texk/kpathsea/kpathsea.texi index aa5fcbd8312..bcfe71da4f9 100644 --- a/Build/source/texk/kpathsea/kpathsea.texi +++ b/Build/source/texk/kpathsea/kpathsea.texi @@ -1319,10 +1319,10 @@ expansion of @var{string}. @xref{Path expansion}. @item @opindex --expand-var=@var{string} -@samp{--expand-var=@var{string}} outputs the variable expansion of -@var{string}. For example, the @samp{mktex@dots{}} scripts run -@samp{kpsewhich --expand-var='$TEXMF'} to find the root of the @TeX{} system -hierarchy. @xref{Path expansion}. +@samp{--expand-var=@var{string}} outputs the variable and tilde +expansion of @var{string}. For example, the @samp{mktex@dots{}} +scripts run @samp{kpsewhich --expand-var='$TEXMF'} to find the root of +the @TeX{} system hierarchy. @xref{Path expansion}. @item @opindex --expand-path=@var{string} |