Skip to content

Commit e6a0b49

Browse files
committed
Be more specific about RAKUDO_DEFAULT_READ_ELEMS
1 parent ee3d9c2 commit e6a0b49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Programs/03-environment-variables.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ line editor; the default is C<~/.perl6/rakudo-history>.
112112
X<|RAKUDO_DEFAULT_READ_ELEMS>
113113
=item C<RAKUDO_DEFAULT_READ_ELEMS>
114114
115-
Is the default number of characters to read on an C<IO::Handle>, defaults to
116-
65536 (aka 64K).
115+
This specifies the default number of characters to read on an L«C<IO::Handle>|/type/IO::Handle» by
116+
setting the L«C<$*DEFAULT-READ-ELEMS>|/language/variables#$*DEFAULT-READ-ELEMS»
117+
dynamic variable.
117118
118119
X<|RAKUDO_ERROR_COLOR>
119120
=item C<RAKUDO_ERROR_COLOR>

0 commit comments

Comments
 (0)