X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/23e2b7a9cd174dbd4e526e1069d671e42c30d954..bb40cb3a7d5b9adfdd1ec29eba203645457898a1:/README.openbsd diff --git a/README.openbsd b/README.openbsd index b1d5eea..8126ce3 100644 --- a/README.openbsd +++ b/README.openbsd @@ -4,7 +4,7 @@ specifically designed to be readable as is. =head1 NAME -README.openbsd - Perl version 5 on OpenBSD systems +perlopenbsd - Perl version 5 on OpenBSD systems =head1 DESCRIPTION @@ -14,7 +14,7 @@ version 5 (hereafter just Perl) is compiled and/or runs. =head2 OpenBSD core dumps from getprotobyname_r and getservbyname_r with ithreads When Perl is configured to use ithreads, it will use re-entrant library calls -in preference to non-re-entrant versions. There is an incompatability in +in preference to non-re-entrant versions. There is an incompatibility in OpenBSD's C and C function in versions 3.7 and later that will cause a SEGV when called without doing a C on their return structs prior to calling these functions. Current Perl's