Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Jan-Olof Hendig committed Dec 17, 2016
1 parent 4ecae5a commit 1ad734d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/ipc.pod6
Expand Up @@ -77,7 +77,7 @@ ability to send signals to that program.
await $done;
Here is a small program that uses the "tail" program to print out the contents
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
with a QUIT signal.
Whereas C<Proc> provides access to output using C<IO::Handle>s, C<Proc::Async>
Expand Down

0 comments on commit 1ad734d

Please sign in to comment.