Skip to content

Commit 1ad734d

Browse files
author
Jan-Olof Hendig
committed
Fix typo
1 parent 4ecae5a commit 1ad734d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/ipc.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ability to send signals to that program.
7777
await $done;
7878
7979
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
80+
of the log named C<system.log> for 10 seconds and then tells the program to stop
8181
with a QUIT signal.
8282
8383
Whereas C<Proc> provides access to output using C<IO::Handle>s, C<Proc::Async>

0 commit comments

Comments
 (0)