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 4ecae5a commit 1ad734dCopy full SHA for 1ad734d
doc/Language/ipc.pod6
@@ -77,7 +77,7 @@ ability to send signals to that program.
77
await $done;
78
79
Here is a small program that uses the "tail" program to print out the contents
80
-of the log named F<system.log> for 10 seconds and then tells the program to stop
+of the log named C<system.log> for 10 seconds and then tells the program to stop
81
with a QUIT signal.
82
83
Whereas C<Proc> provides access to output using C<IO::Handle>s, C<Proc::Async>
0 commit comments