diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-08 22:03:15 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-08 22:03:15 +0000 |
commit | e6f03d268116532cf99f1fc3fe20dcc057c9f0c5 (patch) | |
tree | 86db843b841afdb32b4b82daeba801c7d962a024 /pod/perlrun.pod | |
parent | 3df9be300aa76fdeef4d24d3449ba42fdc4bd784 (diff) | |
download | perl-e6f03d268116532cf99f1fc3fe20dcc057c9f0c5.tar.gz |
s/Plan9/Plan 9/g; (and one remaning MacOS)
p4raw-id: //depot/perl@17122
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index dd806bff29..60c7929566 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -166,7 +166,7 @@ common) and how to protect whitespace and these characters to run one-liners (see B<-e> below). On some systems, you may have to change single-quotes to double ones, -which you must I<not> do on Unix or Plan9 systems. You might also +which you must I<not> do on Unix or Plan 9 systems. You might also have to change a single % to a %%. For example: |