summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-06-27 15:15:09 +0000
committerNicholas Clark <nick@ccl4.org>2021-06-30 08:10:11 +0000
commit35b190cfa2c9ffdd5b36d3f27e1c801ae244aa9e (patch)
treeec84d2887df67e174f95f7dde8091ef1d7a8d726 /pod
parent6a2e93d94928fd304ef9a1821ad2e0eb8adfccb3 (diff)
downloadperl-35b190cfa2c9ffdd5b36d3f27e1c801ae244aa9e.tar.gz
Remove references to Macintosh/Mac OS in perlfunc.pod and perlintro.pod
Both of these were about Classic, not Darwin. The relevant Mac OS text in perlrun referenced from perlintro was removed in 2009 by commit 78aea6ff0e955611: Remove Mac OS classic instructions from perlrun
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfunc.pod3
-rw-r--r--pod/perlintro.pod2
2 files changed, 2 insertions, 3 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index baf17b3f4f..0b0953a44d 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -8850,8 +8850,7 @@ X<O_RDONLY> X<O_RDWR> X<O_WRONLY>
For historical reasons, some values work on almost every system
supported by Perl: 0 means read-only, 1 means write-only, and 2
means read/write. We know that these values do I<not> work under
-OS/390 and on the Macintosh; you probably don't want to
-use them in new code.
+OS/390; you probably don't want to use them in new code.
If the file named by FILENAME does not exist and the
L<C<open>|/open FILEHANDLE,MODE,EXPR> call creates
diff --git a/pod/perlintro.pod b/pod/perlintro.pod
index eb02c8f896..5c733b5fcf 100644
--- a/pod/perlintro.pod
+++ b/pod/perlintro.pod
@@ -77,7 +77,7 @@ to be executable first, so C<chmod 755 script.pl> (under Unix).
directly the path to your perl executable, like in C<#!/usr/bin/perl>).
For more information, including instructions for other platforms such as
-Windows and Mac OS, read L<perlrun>.
+Windows, read L<perlrun>.
=head2 Safety net