diff options
Diffstat (limited to 'os2')
-rw-r--r-- | os2/OS2/PrfDB/PrfDB.pm | 2 | ||||
-rw-r--r-- | os2/OS2/Process/Process.pm | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/os2/OS2/PrfDB/PrfDB.pm b/os2/OS2/PrfDB/PrfDB.pm index 328f4dcd5d..aa2a9069e8 100644 --- a/os2/OS2/PrfDB/PrfDB.pm +++ b/os2/OS2/PrfDB/PrfDB.pm @@ -213,7 +213,7 @@ OS2::PrfDB - Perl extension for access to OS/2 setting database. =head1 DESCRIPTION -The extention provides both high-level and low-level access to .ini +The extension provides both high-level and low-level access to .ini files. =head2 High level access diff --git a/os2/OS2/Process/Process.pm b/os2/OS2/Process/Process.pm index f849f490da..69b362f72c 100644 --- a/os2/OS2/Process/Process.pm +++ b/os2/OS2/Process/Process.pm @@ -704,7 +704,7 @@ Set to 1 for 32-bit executable files. file_type() may croak with one of the strings C<"Invalid EXE signature"> or C<"EXE marked invalid"> to indicate typical error conditions. If given non-absolute path, will look on C<PATH>, will -add extention F<.exe> if no extension is present (add extension F<.> +add extension F<.exe> if no extension is present (add extension F<.> to suppress). =item C<@list = process_codepages()> @@ -787,7 +787,7 @@ gets a buffer with characters and attributes of the screen. =item C<screen_set($buffer)> restores the screen given the result of screen(). E.g., if the file -C<$file> contains the sceen contents, then +C<$file> contains the screen contents, then open IN, $file or die; binmode IN; @@ -1102,7 +1102,7 @@ Set visible/hidden flag of the window. Default: $show is TRUE. Set window visibility state flag for the window for subsequent drawing. No actual drawing is done at this moment. Use C<ShowWindow($hwnd, $state)> when redrawing is needed. While update is disabled, changes to the "window -state" do not change the appearence of the window. Default: $update is TRUE. +state" do not change the appearance of the window. Default: $update is TRUE. (What is manipulated is the bit C<WS_VISIBLE> of the window style.) @@ -1147,7 +1147,7 @@ message id $msg, they default to 0. E.g., PostMsg $hwnd, WM_CLOSE; PostMsg $hwnd, WM_QUIT; -In fact, MPFROMSHORT() may be omited above. +In fact, MPFROMSHORT() may be omitted above. For messages to other processes, messages which take/return a pointer are not supported. |