[latex3-commits] [l3svn] 03/04: I/O streams are not necessary limited to 16 [ci skip]

noreply at latex-project.org noreply at latex-project.org
Tue Jun 27 15:52:09 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 25482e12fe2456497356bc854ba6561f661f03b0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jun 27 14:44:54 2017 +0100

    I/O streams are not necessary limited to 16 [ci skip]
    
    LuaTeX has more, so just go with 'limited' (the limit itself isn't
    important here).
---
 l3kernel/l3file.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 13bd75a..aa2836c 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -164,7 +164,7 @@
 %
 % \subsection{Input--output stream management}
 %
-% As \TeX{} is limited to $16$ input streams and $16$ output streams, direct
+% As \TeX{} engines have a limited number of input and output streams, direct
 % use of the streams by the programmer is not supported in \LaTeX3. Instead, an
 % internal pool of streams is maintained, and these are allocated and
 % deallocated as needed by other modules. As a result, the programmer should

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list