diff options
author | Steve Peters <steve@fisharerojo.org> | 2010-08-27 07:40:03 -0500 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2010-08-27 07:40:03 -0500 |
commit | 96d4712d196873edf70f7db79a4665f04f8116c2 (patch) | |
tree | 471dfff33309742466011de933391d5680cdb517 /pod/perlfork.pod | |
parent | ae5391ad3eac034928d0ad9aeb57e8d9f625142f (diff) | |
download | perl-96d4712d196873edf70f7db79a4665f04f8116c2.tar.gz |
Typo fix in perlfork
Diffstat (limited to 'pod/perlfork.pod')
-rw-r--r-- | pod/perlfork.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfork.pod b/pod/perlfork.pod index 48d65ed4c5..0ff6876852 100644 --- a/pod/perlfork.pod +++ b/pod/perlfork.pod @@ -184,7 +184,7 @@ On some operating systems, notably Solaris and Unixware, calling C<exit()> from a child process will flush and close open filehandles in the parent, thereby corrupting the filehandles. On these systems, calling C<_exit()> is suggested instead. C<_exit()> is available in Perl through the -C<POSIX> module. Please consult your systems manpages for more information +C<POSIX> module. Please consult your system's manpages for more information on this. =item Forking pipe open() not yet implemented |