Skip to content

Commit d7108f2

Browse files
committed
Update setpgrp documentation
1 parent 453d6be commit d7108f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/Language/5to6-perlfunc.pod6

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,10 @@ Can be found in the C<IO::Socket> class.
15421542
15431543
=item setpgrp PID, PGRP
15441544
1545-
No longer in core. Will probably wind up in a POSIX module.
1545+
Will not be implemented.
1546+
1547+
The Perl 6 ecosystem has a module C<P5getpriority> which exports a C<setpgrp>
1548+
function that mimics the original Perl 5 behaviour as much as possible.
15461549
15471550
=head2 setpriority
15481551

0 commit comments

Comments
 (0)