It's RISC OS, dammit. Hard space, upper case. Always.
authorNicholas Clark <nick@ccl4.org>
Wed, 1 Oct 2008 20:59:42 +0000 (20:59 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 1 Oct 2008 20:59:42 +0000 (20:59 +0000)
p4raw-id: //depot/perl@34454

pod/perlopentut.pod

index 31fe6f2..b903378 100644 (file)
@@ -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: