[latex3-commits] [git/LaTeX3-latex3-latex3] file-ops: Doc fix (2e699c9)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Apr 28 00:36:37 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : file-ops
Link       : https://github.com/latex3/latex3/commit/2e699c95440d1578ed4db4477a474b641f36be53

>---------------------------------------------------------------

commit 2e699c95440d1578ed4db4477a474b641f36be53
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Apr 27 23:36:37 2019 +0100

    Doc fix


>---------------------------------------------------------------

2e699c95440d1578ed4db4477a474b641f36be53
 l3kernel/l3file.dtx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 4eb8097..038195a 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -661,7 +661,7 @@
 %     \cs{file_get_mdfive_hash:nN} \Arg{file name} \meta{tl var}
 %   \end{syntax}
 %   Searches for \meta{file name} using the current \TeX{} search
-%   path and the additional paths controlled by \cs{file_path_include:n}.
+%   path and the additional paths controlled by \cs{l_file_search_path_seq}.
 %   If found, sets the \meta{tl var} to the MD5 sum generated from the
 %   content of the file. The file is read as bytes, which means that in
 %   contrast to most \TeX{} behaviour there will be a difference in result
@@ -678,7 +678,7 @@
 %     \cs{file_get_size:nN} \Arg{file name} \meta{tl var}
 %   \end{syntax}
 %   Searches for \meta{file name} using the current \TeX{} search
-%   path and the additional paths controlled by \cs{file_path_include:n}.
+%   path and the additional paths controlled by \cs{l_file_search_path_seq}.
 %   If found, sets the \meta{tl var} to the size of the file in bytes.
 %   Where the file is not found, the \meta{tl var} will set to \cs{q_no_value}.
 %   This is not available in older versions of \XeTeX{}.
@@ -690,7 +690,7 @@
 %     \cs{file_get_timestamp:nN} \Arg{file name} \meta{tl var}
 %   \end{syntax}
 %   Searches for \meta{file name} using the current \TeX{} search
-%   path and the additional paths controlled by \cs{file_path_include:n}.
+%   path and the additional paths controlled by \cs{l_file_search_path_seq}.
 %   If found, sets the \meta{tl var} to the modification timestamp of
 %   the file in the form |D:|\meta{year}\meta{month}\meta{day}\meta{hour}^^A
 %   \meta{minute}\meta{second}\meta{offset}, where the latter may be |Z|





More information about the latex3-commits mailing list