This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace mention of MacPerl with Symbian
authorFather Chrysostomos <sprout@cpan.org>
Sun, 13 Feb 2011 21:59:31 +0000 (13:59 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 13 Feb 2011 21:59:31 +0000 (13:59 -0800)
pod/perldiag.pod
pod/perlport.pod

index 82e6889..99dc89f 100644 (file)
@@ -1727,7 +1727,8 @@ variable and glob that.
 
 =item exec? I'm not *that* kind of operating system
 
-(F) The C<exec> function is not implemented in MacPerl. See L<perlport>.
+(F) The C<exec> function is not implemented on some systems, e.g., Symbian
+OS. See L<perlport>.
 
 =item Execution of %s aborted due to compilation errors.
 
index 8450fc7..97a2a2d 100644 (file)
@@ -1618,6 +1618,8 @@ Implemented via Spawn. (VM/ESA)
 Does not automatically flush output handles on some platforms.
 (SunOS, Solaris, HP-UX)
 
+Not supported. (Symbian OS)
+
 =item exit
 
 Emulates Unix exit() (which considers C<exit 1> to indicate an error) by