diff options
author | Frank Wiegand <frank.wiegand@gmail.com> | 2009-11-19 12:34:20 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2009-11-19 14:30:37 +0100 |
commit | d5213412bf7e51630c57470e49cc6b127a508ed6 (patch) | |
tree | c70598e4d6d0831f3d739dae7e96abc842ea9578 /os2 | |
parent | 08fc25adb28b667408639f0458cda3d8f55bac70 (diff) | |
download | perl-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.pm | 2 | ||||
-rw-r--r-- | os2/OS2/OS2-REXX/DLL/DLL.pm | 2 |
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): |