doc nits
Jarkko Hietaniemi [Mon, 22 Dec 2003 21:57:34 +0000 (23:57 +0200)]
Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>

p4raw-id: //depot/perl@21946

pod/perltodo.pod
pod/perlunicode.pod

index b194945..e92d474 100644 (file)
@@ -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
index b6d00d1..d47e7df 100644 (file)
@@ -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 *