diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-01-02 14:24:58 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-01-02 14:24:58 +0000 |
commit | c69adce39458d65db6bf9adbc7d99cf7524bd8ee (patch) | |
tree | 1e7a0501625d6cb47248537a0ab4dca28a5a6953 /pod/perlrun.pod | |
parent | 8269e00da02a2e0f107fbb8b4a78f0c4058f3587 (diff) | |
download | perl-c69adce39458d65db6bf9adbc7d99cf7524bd8ee.tar.gz |
Note that the "unlink"ing directories is attempted when running as a
superuser, and that some operating systems may not support it.
p4raw-id: //depot/perl@26571
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index d49707479b..6eb6bbf035 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -883,11 +883,11 @@ for details. X<-U> allows Perl to do unsafe operations. Currently the only "unsafe" -operations are the unlinking of directories while running as superuser, -and running setuid programs with fatal taint checks turned into -warnings. Note that the B<-w> switch (or the C<$^W> variable) must -be used along with this option to actually I<generate> the -taint-check warnings. +operations are attempting to unlink directories while running as +superuser, and running setuid programs with fatal taint checks turned +into warnings. Note that the B<-w> switch (or the C<$^W> variable) +must be used along with this option to actually I<generate> the +taint-check warnings. =item B<-v> X<-v> |