summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2002-04-27 19:20:19 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-28 02:19:45 +0000
commit90ddc76f9d83e9e7fbcf3b00abfef011f142b34e (patch)
tree554a2eb4d414ebfb4a7d28554f132d6bc9f3dfc1 /pod/perlfunc.pod
parentc193270f154d69780abbcc5b212fb29de0665792 (diff)
downloadperl-90ddc76f9d83e9e7fbcf3b00abfef011f142b34e.tar.gz
Truncate the truncate tests (was Re: truncate to grow file)
Message-ID: <20020428032019.GF1821@blackrider> p4raw-id: //depot/perl@16239
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 850c88703c..131d4777eb 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -5644,6 +5644,9 @@ specified length. Produces a fatal error if truncate isn't implemented
on your system. Returns true if successful, the undefined value
otherwise.
+The behavior is undefined if LENGTH is greater than the length of the
+file.
+
=item uc EXPR
=item uc