summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2006-01-29 17:06:24 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-30 09:52:06 +0000
commit21c1191d96d28acb87f4479c4eef93ca5aef5405 (patch)
tree09f190a9005eb7875b6841e93ba0a78b01fb9b11 /pod
parentf9248b7298f9f9e7b7cd49f4402fb96b77cdf10d (diff)
downloadperl-21c1191d96d28acb87f4479c4eef93ca5aef5405.tar.gz
[DOC PATCH] $^X isn't necessarily argv[0]
Message-ID: <20060130090624.GA3760@efn.org> p4raw-id: //depot/perl@26999
Diffstat (limited to 'pod')
-rw-r--r--pod/perlvar.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 30d28888f5..b63973e47a 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -1196,7 +1196,7 @@ See the documentation of C<warnings> for more details.
=item $^X
The name used to execute the current copy of Perl, from C's
-C<argv[0]>.
+C<argv[0]> or (where supported) F</proc/self/exe>.
Depending on the host operating system, the value of $^X may be
a relative or absolute pathname of the perl program file, or may