aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2019-06-12 10:46:47 +0200
committerHans Bolinder <[email protected]>2019-08-20 09:33:26 +0200
commit2dcf085df9dd9a215ce85ab55b666417897452d6 (patch)
tree0872894aa575a1067d6747ff607f2c26a063c593
parent4109a03fe96226d10f36ac9b7c574670be875f13 (diff)
downloadotp-2dcf085df9dd9a215ce85ab55b666417897452d6.tar.gz
otp-2dcf085df9dd9a215ce85ab55b666417897452d6.tar.bz2
otp-2dcf085df9dd9a215ce85ab55b666417897452d6.zip
parsetools (doc): Update old format I/O-requests
-rw-r--r--lib/parsetools/doc/src/leex.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/parsetools/doc/src/leex.xml b/lib/parsetools/doc/src/leex.xml
index 3b82f60201..3944c650d8 100644
--- a/lib/parsetools/doc/src/leex.xml
+++ b/lib/parsetools/doc/src/leex.xml
@@ -4,7 +4,7 @@
<erlref>
<header>
<copyright>
- <year>2009</year><year>2017</year>
+ <year>2009</year><year>2019</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -193,7 +193,7 @@ Token = tuple()</code>
but used through the i/o system where it can typically be
called in an application by:</p>
<code>
-io:request(InFile, {get_until,Prompt,Module,token,[Line]})
+io:request(InFile, {get_until,unicode,Prompt,Module,token,[Line]})
-> TokenRet</code>
</desc>
</func>
@@ -240,7 +240,7 @@ io:request(InFile, {get_until,Prompt,Module,token,[Line]})
but used through the i/o system where it can typically be
called in an application by:</p>
<code>
-io:request(InFile, {get_until,Prompt,Module,tokens,[Line]})
+io:request(InFile, {get_until,unicode,Prompt,Module,tokens,[Line]})
-> TokensRet</code>
</desc>
</func>