diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-12-22 23:57:34 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-12-22 20:34:06 +0000 |
commit | 1e8e823624ada1d9231e47a66cb2b9e3ab42701a (patch) | |
tree | 428ba99ea001bb65d788720b1bdef4c6e3eaddf1 | |
parent | affad296a0fe1a58e4d23e469b2f2b67e4f15e00 (diff) | |
download | perl-1e8e823624ada1d9231e47a66cb2b9e3ab42701a.tar.gz |
doc nits
Message-Id: <20031222195734.GA29441@vipunen.hut.fi>
p4raw-id: //depot/perl@21946
-rw-r--r-- | pod/perltodo.pod | 2 | ||||
-rw-r--r-- | pod/perlunicode.pod | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index b194945d6e..e92d474245 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -687,7 +687,7 @@ This emulation should also go near pp_sys.pp_truncate(). chdir, chmod, chown, chroot, exec, glob, link, lstat, mkdir, open, opendir, qx, readdir, readlink, rename, rmdir, stat, symlink, sysopen, -system, truncate, unlink, utime. All these could potentially accept +system, truncate, unlink, utime, -X. All these could potentially accept Unicode filenames either as input or output (and in the case of system and qx Unicode in general, as input or output to/from the shell). Whether a filesystem - an operating system pair understands Unicode in diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index b6d00d1660..d47e7dff62 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1101,8 +1101,8 @@ portable concept. Similarly for the qx and system: how well will the =item * -chmod, chmod, chown, chroot, exec, link, mkdir -rename, rmdir stat, symlink, truncate, unlink, utime +chmod, chmod, chown, chroot, exec, link, lstat, mkdir, +rename, rmdir, stat, symlink, truncate, unlink, utime, -X =item * |