diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-21 23:34:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-21 23:34:25 +0000 |
commit | c615296cb3fb6bf46114cf3deb409b0134498006 (patch) | |
tree | 47744d5018fb06a4bab35ba37d86539878753ea8 /Master/texmf-dist/source | |
parent | 9ec5a0dd78d3a039a20d046c083e33a1e52cb377 (diff) |
l3build (21feb18)
git-svn-id: svn://tug.org/texlive/trunk@46706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/l3build/l3build.dtx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/l3build/l3build.dtx b/Master/texmf-dist/source/latex/l3build/l3build.dtx index 7c92dae5a29..9b875e562a4 100644 --- a/Master/texmf-dist/source/latex/l3build/l3build.dtx +++ b/Master/texmf-dist/source/latex/l3build/l3build.dtx @@ -217,7 +217,7 @@ % }^^A % } % -% \date{Released 2018/01/27} +% \date{Released 2018/02/20} % % \maketitle % \tableofcontents @@ -1386,13 +1386,12 @@ % the |basename()|. % \end{function} % -% \begin{function}{unix_to_win()} +% \begin{function}{normalize_path()} % \begin{syntax} -% |unix_to_win(|\meta{path}|)| +% |normalize_path(|\meta{path}|)| % \end{syntax} -% Returns a string comprising the \meta{path} with |/| characters replaced -% by |\\| and thus suitable for use with Windows-specific commands which -% require this form of path. +% When called on Windows, returns a string comprising the \meta{path} with +% |/| characters replaced by |\\|. In other cases returns the path unchanged. % \end{function} % % \subsection{System-dependent strings} |