summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-07-03 22:02:41 -0600
committerKarl Williamson <public@khwilliamson.com>2011-07-03 22:17:57 -0600
commitd632d9afe2fe0ca4acebe9e4db95ef6ec14a299d (patch)
tree88ef5a63e1923f23096eeb8c52b1e4fa7eb1cc93 /os2
parent27f68d5f80343aa5eb566cfaa7a2e9d6458f4c92 (diff)
downloadperl-d632d9afe2fe0ca4acebe9e4db95ef6ec14a299d.tar.gz
OS2-Process/Process.pm: Fix broken pod links
Diffstat (limited to 'os2')
-rw-r--r--os2/OS2/OS2-Process/Process.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/os2/OS2/OS2-Process/Process.pm b/os2/OS2/OS2-Process/Process.pm
index 739c8073ac..21ca9aa804 100644
--- a/os2/OS2/OS2-Process/Process.pm
+++ b/os2/OS2/OS2-Process/Process.pm
@@ -20,7 +20,7 @@ BEGIN {
#require AutoLoader;
our @ISA = qw(Exporter);
- our $VERSION = "1.06";
+ our $VERSION = "1.07";
XSLoader::load('OS2::Process', $VERSION);
}
@@ -1225,7 +1225,8 @@ Some of these API's require sending a message to the specified window.
In such a case the process needs to be a PM process, or to be morphed
to a PM process via OS2::MorphPM().
-For a temporary morphing to PM use the L<OS2::localMorphPM> class.
+For a temporary morphing to PM use the L<OS2::localMorphPM|/OS2::localMorphPM,
+OS2::localFlashWindow, and OS2::localClipbrd classes> class.
Keep in mind that PM windows are engaged in 2 "orthogonal" window
trees, as well as in the z-order list.
@@ -1749,7 +1750,7 @@ specifies whether region scan should be interruptible by signals.
Use class C<OS2::localClipbrd> to ensure that clipboard is closed even if
the code in the block made a non-local exit.
-See the L<OS2::localMorphPM> and L<OS2::localClipbrd> classes.
+See the L</OS2::localMorphPM, OS2::localFlashWindow, and OS2::localClipbrd classes
=head2 Control of the PM atom tables
@@ -2083,7 +2084,7 @@ For direct access, see also the L<"EXPORTS"> section; the latter way
may also provide some performance advantages, since the value of the
constant is cached.
-=head1 L<OS2::localMorphPM>, OS2::localFlashWindow, and OS2::localClipbrd classes
+=head1 OS2::localMorphPM, OS2::localFlashWindow, and OS2::localClipbrd classes
The class C<OS2::localMorphPM> morphs the process to PM for the duration of
the given scope.