summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-02-13 13:59:31 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-02-13 13:59:31 -0800
commitaf8bb25ac00cd8c7c22968ed11394963a6c65dd8 (patch)
tree77c69a9c385b0c6f4694090a6c0e2940ab43644b /pod
parentf11307f50aedbc1043359a6926fe4060854fc893 (diff)
downloadperl-af8bb25ac00cd8c7c22968ed11394963a6c65dd8.tar.gz
Replace mention of MacPerl with Symbian
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod3
-rw-r--r--pod/perlport.pod2
2 files changed, 4 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 82e6889580..99dc89f7e2 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -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.
diff --git a/pod/perlport.pod b/pod/perlport.pod
index 8450fc78be..97a2a2dd0b 100644
--- a/pod/perlport.pod
+++ b/pod/perlport.pod
@@ -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