We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856bbc7 commit 6a1aa0fCopy full SHA for 6a1aa0f
doc/Type/Proc/Async.rakudoc
@@ -476,7 +476,7 @@ multi method kill(Proc::Async:D: Int:D \signal)
476
multi method kill(Proc::Async:D: Str:D \signal)
477
478
Sends a signal to the running program. The signal can be a signal name
479
-("KILL" or "SIGKILL"), an integer (9) or an element of the C<Signal> enum
+("KILL" or "SIGKILL"), an integer (9) or an element of the L<C<Signal>|/type/Signal> enum
480
(Signal::SIGKILL); by default and with no argument, the C<SIGHUP> signal will
481
be used.
482
0 commit comments