From: Jarkko Hietaniemi Date: Mon, 22 Dec 2003 21:57:34 +0000 (+0200) Subject: doc nits X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e8e823624ada1d9231e47a66cb2b9e3ab42701a;p=p5sagit%2Fp5-mst-13.2.git doc nits Message-Id: <20031222195734.GA29441@vipunen.hut.fi> p4raw-id: //depot/perl@21946 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index b194945..e92d474 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 b6d00d1..d47e7df 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 *