From 88c28ceba84d380fbac88f13c3dfcca0d1b7f014 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 18 Mar 2001 20:04:24 +0000 Subject: Retract the changes made at #9176 to Neil's and Ilya's module pods. p4raw-id: //depot/perl@9206 --- os2/OS2/ExtAttr/ExtAttr.pm | 2 +- os2/OS2/Process/Process.pm | 29 +++++++++++++++-------------- 2 files changed, 16 insertions(+), 15 deletions(-) (limited to 'os2') diff --git a/os2/OS2/ExtAttr/ExtAttr.pm b/os2/OS2/ExtAttr/ExtAttr.pm index c8b462c70c..bebbcc963e 100644 --- a/os2/OS2/ExtAttr/ExtAttr.pm +++ b/os2/OS2/ExtAttr/ExtAttr.pm @@ -133,7 +133,7 @@ OS2::ExtAttr - Perl access to extended attributes. tie %ea, 'OS2::ExtAttr', 'my.file'; print $ea{eaname}; $ea{myfield} = 'value'; - + untie %ea; =head1 DESCRIPTION diff --git a/os2/OS2/Process/Process.pm b/os2/OS2/Process/Process.pm index 556732e155..88de2bfad5 100644 --- a/os2/OS2/Process/Process.pm +++ b/os2/OS2/Process/Process.pm @@ -128,14 +128,14 @@ C, get_title() and C are implemented. my_type() returns the type of the current process (one of "FS", "DOS", "VIO", "PM", "DETACH" and "UNKNOWN"), or C on error. -=over 4 +=over =item C returns the type of the executable file C, or dies on error. The bits 0-2 of the result contain one of the values -=over 4 +=over =item C (0) @@ -158,7 +158,7 @@ Application type is window-API. The remaining bits should be masked with the following values to determine the type of the executable: -=over 4 +=over =item C (8) @@ -204,46 +204,46 @@ to suppress). returns a list of the following data: -=over 4 +=over -=item * +=item Title of the process (in the C list); -=item * +=item window handle of switch entry of the process (in the C list); -=item * +=item window handle of the icon of the process; -=item * +=item process handle of the owner of the entry in C list; -=item * +=item process id of the owner of the entry in C list; -=item * +=item session id of the owner of the entry in C list; -=item * +=item whether visible in C list; -=item * +=item whether item cannot be switched to (note that it is not actually grayed in the C list)); -=item * +=item whether participates in jump sequence; -=item * +=item program type. Possible values are: @@ -263,6 +263,7 @@ is a windowed WIN-OS/2 program, it runs in a PROG_WINDOWEDVDM session. Likewise, if it's a full-screen WIN-OS/2 program, it runs in a PROG_VDM session. + =back =item C -- cgit v1.2.1