summaryrefslogtreecommitdiff
path: root/README.hpux
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-03-11 14:43:33 -0700
committerKarl Williamson <khw@cpan.org>2016-03-11 14:49:26 -0700
commite46aa1ddb7d58d270bbc45cef016b0577cfdecaa (patch)
tree2c2bae16536e85b2786e98dda62579ffa5c90c27 /README.hpux
parentfa6c7d00a8b0cf48c0f78066f87065cfb43d601b (diff)
downloadperl-e46aa1ddb7d58d270bbc45cef016b0577cfdecaa.tar.gz
Fix various pod errors.
Mostly these are too long verbatim lines.
Diffstat (limited to 'README.hpux')
-rw-r--r--README.hpux20
1 files changed, 14 insertions, 6 deletions
diff --git a/README.hpux b/README.hpux
index b36b4dd0e5..e1857e08dc 100644
--- a/README.hpux
+++ b/README.hpux
@@ -40,17 +40,21 @@ on /cdrom), issue this command:
# swlist -s /cdrom perl
# perl D.5.8.8.B 5.8.8 Perl Programming Language
- perl.Perl5-32 D.5.8.8.B 32-bit 5.8.8 Perl Programming Language with Extensions
- perl.Perl5-64 D.5.8.8.B 64-bit 5.8.8 Perl Programming Language with Extensions
+ perl.Perl5-32 D.5.8.8.B 32-bit 5.8.8 Perl Programming Language
+ with Extensions
+ perl.Perl5-64 D.5.8.8.B 64-bit 5.8.8 Perl Programming Language
+ with Extensions
To see what is installed on your system:
# swlist -R perl
# perl E.5.8.8.J Perl Programming Language
- # perl.Perl5-32 E.5.8.8.J 32-bit Perl Programming Language with Extensions
+ # perl.Perl5-32 E.5.8.8.J 32-bit Perl Programming Language
+ with Extensions
perl.Perl5-32.PERL-MAN E.5.8.8.J 32-bit Perl Man Pages for IA
perl.Perl5-32.PERL-RUN E.5.8.8.J 32-bit Perl Binaries for IA
- # perl.Perl5-64 E.5.8.8.J 64-bit Perl Programming Language with Extensions
+ # perl.Perl5-64 E.5.8.8.J 64-bit Perl Programming Language
+ with Extensions
perl.Perl5-64.PERL-MAN E.5.8.8.J 64-bit Perl Man Pages for IA
perl.Perl5-64.PERL-RUN E.5.8.8.J 64-bit Perl Binaries for IA
@@ -666,8 +670,12 @@ best fix is to patch the header to match:
The following compilation warnings may happen in HP-UX releases
earlier than 11.31 but are harmless:
- cc: "/usr/include/sys/socket.h", line 535: warning 562: Redeclaration of "sendfile" with a different storage class specifier: "sendfile" will have internal linkage.
- cc: "/usr/include/sys/socket.h", line 536: warning 562: Redeclaration of "sendpath" with a different storage class specifier: "sendpath" will have internal linkage.
+ cc: "/usr/include/sys/socket.h", line 535: warning 562:
+ Redeclaration of "sendfile" with a different storage class
+ specifier: "sendfile" will have internal linkage.
+ cc: "/usr/include/sys/socket.h", line 536: warning 562:
+ Redeclaration of "sendpath" with a different storage class
+ specifier: "sendpath" will have internal linkage.
They seem to be caused by broken system header files, and also other
open source projects are seeing them. The following HP-UX patches