diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3build/l3build.dtx')
-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} |