Change 34454 by [EMAIL PROTECTED] on 2008/10/01 20:59:42
It's RISC OS, dammit. Hard space, upper case. Always.
Affected files ...
... //depot/perl/pod/perlopentut.pod#28 edit
Differences ...
==== //depot/perl/pod/perlopentut.pod#28 (text) ====
Index: perl/pod/perlopentut.pod
--- perl/pod/perlopentut.pod#27~34435~ 2008-09-27 08:22:20.000000000 -0700
+++ perl/pod/perlopentut.pod 2008-10-01 13:59:42.000000000 -0700
@@ -170,7 +170,7 @@
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:
End of Patch.