summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
authorFrank Wiegand <frank.wiegand@gmail.com>2009-11-19 12:34:20 +0100
committerAbigail <abigail@abigail.be>2009-11-19 14:30:37 +0100
commitd5213412bf7e51630c57470e49cc6b127a508ed6 (patch)
treec70598e4d6d0831f3d739dae7e96abc842ea9578 /os2
parent08fc25adb28b667408639f0458cda3d8f55bac70 (diff)
downloadperl-d5213412bf7e51630c57470e49cc6b127a508ed6.tar.gz
Fix POD: C<...->...> => C<< ...-> ... >>
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'os2')
-rw-r--r--os2/OS2/OS2-Process/Process.pm2
-rw-r--r--os2/OS2/OS2-REXX/DLL/DLL.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/os2/OS2/OS2-Process/Process.pm b/os2/OS2/OS2-Process/Process.pm
index 37bb3f0602..494bd69bb8 100644
--- a/os2/OS2/OS2-Process/Process.pm
+++ b/os2/OS2/OS2-Process/Process.pm
@@ -1294,7 +1294,7 @@ is governed by $flags.
Same as C<WindowPos_set>, but takes the position from keys C<fl width height
x y behind hwnd> of the hash referenced by $hash. If $hwnd is explicitly
-specified, it overrides C<$hash->{hwnd}>. If $hash->{flags} is not specified,
+specified, it overrides C<< $hash->{hwnd} >>. If $hash->{flags} is not specified,
it is calculated basing on the existing keys of $hash. Requires (morphing to) PM.
Example:
diff --git a/os2/OS2/OS2-REXX/DLL/DLL.pm b/os2/OS2/OS2-REXX/DLL/DLL.pm
index 023c20a0bd..a0d3b21eb0 100644
--- a/os2/OS2/OS2-REXX/DLL/DLL.pm
+++ b/os2/OS2/OS2-REXX/DLL/DLL.pm
@@ -185,7 +185,7 @@ compatibility).
Returns true if all functions are available. As a side effect, creates
a REXX wrapper with the specified name in the package constructed by the name
-of the DLL so that the next call to C<$dll->NAME()> will pick up the cached
+of the DLL so that the next call to C<< $dll->NAME() >> will pick up the cached
method.
=head2 Create a Perl wrapper (optional):