diff options
author | Robin Barker <RMBarker@cpan.org> | 2001-03-19 18:01:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-19 19:00:16 +0000 |
commit | 982b7775e1ad97c44654b5fd0132bfeb9eacc46e (patch) | |
tree | 98e93736f60f5b280303bba74971f3ad96b59b30 /README.vmesa | |
parent | 45005bfbea59991ddd034f988e68062807387b7b (diff) | |
download | perl-982b7775e1ad97c44654b5fd0132bfeb9eacc46e.tar.gz |
bad =item paragraphs
Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
p4raw-id: //depot/perl@9243
Diffstat (limited to 'README.vmesa')
-rw-r--r-- | README.vmesa | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/README.vmesa b/README.vmesa index 43c5219a4d..201748490b 100644 --- a/README.vmesa +++ b/README.vmesa @@ -56,16 +56,18 @@ for most things. Some things to watch out for are: this port does support dynamic loading but it's not had much testing =item * - - Don't turn on the compiler optimization flag "-O". There's - a bug in the compiler (APAR PQ18812) that generates some bad code - the optimizer is on. + +Don't turn on the compiler optimization flag "-O". There's +a bug in the compiler (APAR PQ18812) that generates some bad code +the optimizer is on. =item * - - As VM/ESA doesn't fully support the fork() API programs relying on - this call will not work. I've replaced fork()/exec() with spawn() - and the standalone exec() with spawn(). This has a side effect when - opening unnamed pipes in a shell script: there is no child process - generated under. + +As VM/ESA doesn't fully support the fork() API programs relying on +this call will not work. I've replaced fork()/exec() with spawn() +and the standalone exec() with spawn(). This has a side effect when +opening unnamed pipes in a shell script: there is no child process +generated under. =item * |