summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perlopentut.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlopentut.pod b/pod/perlopentut.pod
index 31fe6f22e9..b9033786b6 100644
--- a/pod/perlopentut.pod
+++ b/pod/perlopentut.pod
@@ -170,7 +170,7 @@ based on its command line arguments without relying on the shell. (Similar
to the C<system(@LIST)> notation.) This is safer and faster than executing
a single argument pipe-command, but does not allow special shell
constructs. (It is also not supported on Microsoft Windows, Mac OS Classic
-or RiscOS.)
+or RISC OS.)
Here's an example of C<open '-|'>, which prints a random Unix
fortune cookie as uppercase: