diff options
author | Larry W. Virden <lvirden@cas.org> | 1997-06-11 12:00:00 +1200 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-06-11 12:00:00 +1200 |
commit | 2ceaccd71c2e15067691ff5d6509bed0b81708ee (patch) | |
tree | b506fb488e6c00f5287f100ef8b929db2fe144de /vms/ext | |
parent | 64a2d3c93b97214cc31124cb3319ba08995b1da1 (diff) | |
download | perl-2ceaccd71c2e15067691ff5d6509bed0b81708ee.tar.gz |
misc perl5.004 doc fixes
here are a few doc changes that fix a few typos, etc.
p5p-msgid: 199705160419.AAA16317@cas.org
Diffstat (limited to 'vms/ext')
-rw-r--r-- | vms/ext/DCLsym/DCLsym.pm | 2 | ||||
-rw-r--r-- | vms/ext/Stdio/Stdio.pm | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/vms/ext/DCLsym/DCLsym.pm b/vms/ext/DCLsym/DCLsym.pm index 057951dd99..44c4b84a65 100644 --- a/vms/ext/DCLsym/DCLsym.pm +++ b/vms/ext/DCLsym/DCLsym.pm @@ -201,6 +201,8 @@ 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 + =item new This creates a C<VMS::DCLsym> object which can be used as a handle for later diff --git a/vms/ext/Stdio/Stdio.pm b/vms/ext/Stdio/Stdio.pm index 516e678e2c..218c406fa4 100644 --- a/vms/ext/Stdio/Stdio.pm +++ b/vms/ext/Stdio/Stdio.pm @@ -76,7 +76,7 @@ __END__ =head1 NAME -VMS::Stdio +VMS::Stdio - standard I/O functions via VMS extensions =head1 SYNOPSIS @@ -99,7 +99,7 @@ remove("another.file"); =head1 DESCRIPTION -This package gives Perl scripts access to VMS extensions to several +This package gives Perl scripts access via VMS extensions to several C stdio operations not available through Perl's CORE I/O functions. The specific routines are described below. These functions are prototyped as unary operators, with the exception of C<vmsopen> @@ -141,6 +141,8 @@ 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 + =item flush This function causes the contents of stdio buffers for the specified |