diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-27 13:06:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-27 13:06:27 +0000 |
commit | 0545a864a6e98637ff6d2f3cd3c8e85ae311d4e6 (patch) | |
tree | 350f2dcf3b5c67cc39588c710950faa65791b1ae /pod | |
parent | a68015de2b97756a748d63e3a1fe7ff73ca9ba54 (diff) | |
download | perl-0545a864a6e98637ff6d2f3cd3c8e85ae311d4e6.tar.gz |
Nosuid checking for statfs() people: from Spider Boardman.
p4raw-id: //depot/cfgperl@4465
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 5b1c324a48..006c2d9740 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -636,7 +636,7 @@ Something like this will reproduce the error: (F) You called C<perl -x/foo/bar>, but C</foo/bar> is not a directory that you can chdir to, possibly because it doesn't exist. -=item Can't check filesystem of script "%s" +=item Can't check filesystem of script "%s" for nosuid (P) For some reason you can't check the filesystem of the script for nosuid. |