summaryrefslogtreecommitdiff
path: root/pod/perlfork.pod
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2014-10-16 12:20:22 +0300
committerJames E Keenan <jkeenan@cpan.org>2014-12-03 21:10:02 -0500
commit0e3be540c5c5d8ec7d6c682091855e8865b99b51 (patch)
tree4ba33655951a2b3933367375addbefefb6284e46 /pod/perlfork.pod
parent5566fa1536b7e3ab06bf74ce785d42d16c663791 (diff)
downloadperl-0e3be540c5c5d8ec7d6c682091855e8865b99b51.tar.gz
Remove trailing whitespace.
For: RT #122987 (first part)
Diffstat (limited to 'pod/perlfork.pod')
-rw-r--r--pod/perlfork.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfork.pod b/pod/perlfork.pod
index fed58f347f..172add56a2 100644
--- a/pod/perlfork.pod
+++ b/pod/perlfork.pod
@@ -198,7 +198,7 @@ separately in the child.
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
+is suggested instead. C<_exit()> is available in Perl through the
C<POSIX> module. Please consult your system's manpages for more information
on this.
@@ -280,7 +280,7 @@ And this one reads from the child:
Forking pipe open() constructs will be supported in future.
-=item Global state maintained by XSUBs
+=item Global state maintained by XSUBs
External subroutines (XSUBs) that maintain their own global state may
not work correctly. Such XSUBs will either need to maintain locks to