diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-29 01:16:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-29 01:16:23 +0000 |
commit | 818c4caa84c1eb56340765ecb8e5b3df206aeab1 (patch) | |
tree | f47399cf80a385fc6ad627beb9a11c0ebf3c1763 /pod/perlipc.pod | |
parent | 23be5fc44878216e0d4fdb73cb32d7e0832e94bc (diff) | |
download | perl-818c4caa84c1eb56340765ecb8e5b3df206aeab1.tar.gz |
pod cleanups.
p4raw-id: //depot/perl@16849
Diffstat (limited to 'pod/perlipc.pod')
-rw-r--r-- | pod/perlipc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 58e063f4d0..3b997ac444 100644 --- a/pod/perlipc.pod +++ b/pod/perlipc.pod @@ -304,7 +304,7 @@ those signals (it does not do the C<wait>). Again the failure will look like a loop as the operating system will re-issue the signal as there are un-waited-for completed child processes. -=back 4 +=back =head1 Using open() for IPC |