diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-07 13:01:19 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-07 13:01:19 +0000 |
commit | 8939ba947b65b018b80ecab3fe1366287d07d1d7 (patch) | |
tree | 8bce266f9165b8c8fce244f18955b157c44a23d4 /pod/perlport.pod | |
parent | d99f392e29ba1031b45a7ef5fc503236e01c5cd9 (diff) | |
download | perl-8939ba947b65b018b80ecab3fe1366287d07d1d7.tar.gz |
s/MacOS/Mac OS/g; # (when the name of the os, not when $^O) Pudge
p4raw-id: //depot/perl@17055
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r-- | pod/perlport.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index 3c281f0464..fbf81d05a8 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -104,7 +104,7 @@ newlines: #... } -You can get away with this on Unix and MacOS (they have a single +You can get away with this on Unix and Mac OS (they have a single character end-of-line), but the same program will break under DOSish perls because you're only chop()ing half the end-of-line. Instead, chomp() should be used to trim newlines. The Dunce::Files module can @@ -373,7 +373,7 @@ Three-arg open can also help protect against this translation in cases where it is undesirable. Don't use C<:> as a part of a filename since many systems use that for -their own semantics (MacOS Classic for separating pathname components, +their own semantics (Mac OS Classic for separating pathname components, many networking schemes and utilities for separating the nodename and the pathname, and so on). For the same reasons, avoid C<@>, C<;> and C<|>. @@ -2080,8 +2080,8 @@ available at http://www.cpan.org/src/index.html HP-UX IRIX Linux - MacOS Classic - MacOS X (Darwin) + Mac OS Classic + Mac OS X (Darwin) MPE/iX NetBSD NetWare |