summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-11 18:21:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-11 18:21:39 +0000
commit1e278fd940e9b1e09d4b218d15568a1e6910afea (patch)
tree4438cdddc213866375eb0a7bac54610aa28fc4c5 /pod/perlfunc.pod
parentf7d228c61cfca6dd3e995c260db91dd1477235f6 (diff)
downloadperl-1e278fd940e9b1e09d4b218d15568a1e6910afea.tar.gz
Add one perltodo item (and move bunch of them to better spot),
add sysopen() to "Functions for filehandles, files, or directories". p4raw-id: //depot/perl@15864
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index d20851f53f..f0e774989b 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -136,8 +136,8 @@ C<pack>, C<read>, C<syscall>, C<sysread>, C<syswrite>, C<unpack>, C<vec>
C<-I<X>>, C<chdir>, C<chmod>, C<chown>, C<chroot>, C<fcntl>, C<glob>,
C<ioctl>, C<link>, C<lstat>, C<mkdir>, C<open>, C<opendir>,
-C<readlink>, C<rename>, C<rmdir>, C<stat>, C<symlink>, C<umask>,
-C<unlink>, C<utime>
+C<readlink>, C<rename>, C<rmdir>, C<stat>, C<symlink>, C<sysopen>,
+C<umask>, C<unlink>, C<utime>
=item Keywords related to the control flow of your perl program