diff options
author | Gisle Aas <gisle@aas.no> | 1998-10-11 14:53:13 +0200 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-17 02:17:49 +0000 |
commit | 145d37e29b0763362cc1b261774de4506a62c161 (patch) | |
tree | 9ba161c23025a56337377d2854e60bd30849313f /opcode.pl | |
parent | 20e084116f207bc3ac625070156c45f840178d95 (diff) | |
download | perl-145d37e29b0763362cc1b261774de4506a62c161.tar.gz |
applied suggested patch with small doc tweak
Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
p4raw-id: //depot/perl@1992
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -519,7 +519,7 @@ print print ck_listiob ims@ F? L sysopen sysopen ck_fun s@ F S S S? sysseek sysseek ck_fun s@ F S S sysread sysread ck_fun imst@ F R S S? -syswrite syswrite ck_fun imst@ F S S S? +syswrite syswrite ck_fun imst@ F S S? S? send send ck_fun imst@ F S S S? recv recv ck_fun imst@ F R S S |