From: Nicholas Clark <nick@ccl4.org>
Date: Wed, 1 Oct 2008 20:59:42 +0000 (+0000)
Subject: It's RISC OS, dammit. Hard space, upper case. Always.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c3ae9cdede17079a5598fc9c243b609a8d5a3667;p=p5sagit%2Fp5-mst-13.2.git

It's RISC OS, dammit. Hard space, upper case. Always.

p4raw-id: //depot/perl@34454
---

diff --git a/pod/perlopentut.pod b/pod/perlopentut.pod
index 31fe6f2..b903378 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: