Skip to content

Commit cc496eb

Browse files
committed
[io grant] Remove mention of IO.umask
1 parent a01a18e commit cc496eb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/Language/5to6-perlfunc.pod6

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,12 +1634,6 @@ Works as a function and a method. C<uc("ha")> and C<"ha".uc> both return "HA".
16341634
Perl 6 has done away with C<ucfirst>. The title case function L<C<tc>|/routine/tc> probably
16351635
does what you need.
16361636
1637-
=head2 umask
1638-
1639-
=item umask EXPR
1640-
1641-
Is an C<IO> method. C<IO.umask> returns the umask.
1642-
16431637
=head2 undef
16441638
16451639
=item undef EXPR

0 commit comments

Comments
 (0)