diff options
author | Michael Stevens <mstevens@etla.org> | 2001-02-23 15:47:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-28 14:37:55 +0000 |
commit | 4ac9195fe27b27610b09db5d1e9a4a36a7b59787 (patch) | |
tree | 814dd10dbd6f7a6fa3d36650ce7b7b45e6f02e82 /vms | |
parent | db3030c00cb9bf89cc2777cc9facc87b6b1d55e0 (diff) | |
download | perl-4ac9195fe27b27610b09db5d1e9a4a36a7b59787.tar.gz |
Re: Errors in core PODs
Message-ID: <20010223154756.A7723@firedrake.org>
p4raw-id: //depot/perl@8965
Diffstat (limited to 'vms')
-rw-r--r-- | vms/ext/DCLsym/DCLsym.pm | 4 | ||||
-rw-r--r-- | vms/ext/Stdio/Stdio.pm | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/vms/ext/DCLsym/DCLsym.pm b/vms/ext/DCLsym/DCLsym.pm index 99adb94522..9f88c91db2 100644 --- a/vms/ext/DCLsym/DCLsym.pm +++ b/vms/ext/DCLsym/DCLsym.pm @@ -201,7 +201,7 @@ can also call methods directly to manipulate individual symbols. In some cases, this allows you finer control than using a tied hash aggregate. The following methods are supported: -=over +=over 4 =item new @@ -254,6 +254,8 @@ This method is a stopgap until we can incorporate code into this extension to traverse the process' symbol table directly, so it may disappear in a future version of this package. +=back + =head1 AUTHOR Charles Bailey bailey@newman.upenn.edu diff --git a/vms/ext/Stdio/Stdio.pm b/vms/ext/Stdio/Stdio.pm index 446b0785e1..e36a3ec15b 100644 --- a/vms/ext/Stdio/Stdio.pm +++ b/vms/ext/Stdio/Stdio.pm @@ -146,7 +146,7 @@ VMS::Stdio function. This compatibility interface will be removed in a future release of this extension, so please update your code to use the new routines. -=over +=over 4 =item binmode @@ -240,9 +240,7 @@ as a normal Perl file handle only. When the scalar containing a VMS::Stdio file handle is overwritten, C<undef>d, or goes out of scope, the associated file is closed automatically. -=over 4 - -=head2 File characteristic options +File characteristic options: =over 2 @@ -605,8 +603,6 @@ I/O timeout value =back -=back - =item vmssysopen This function bears the same relationship to the CORE function @@ -634,6 +630,8 @@ subprocess through a pipe opened for writing without closing the pipe. It returns a true value if successful, and C<undef> if it encounters an error. +=back + =head1 REVISION This document was last revised on 13-Oct-1998, for Perl 5.004, 5.005, and |