Change 21946 by [EMAIL PROTECTED] on 2003/12/22 20:34:06

        Subject:  doc nits
        From:  Jarkko Hietaniemi <[EMAIL PROTECTED]>
        Date:  Mon, 22 Dec 2003 21:57:34 +0200
        Message-Id:  <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/pod/perltodo.pod#77 edit
... //depot/perl/pod/perlunicode.pod#128 edit

Differences ...

==== //depot/perl/pod/perltodo.pod#77 (text) ====
Index: perl/pod/perltodo.pod
--- perl/pod/perltodo.pod#76~21412~     Mon Oct  6 08:02:42 2003
+++ perl/pod/perltodo.pod       Mon Dec 22 12:34:06 2003
@@ -687,7 +687,7 @@
 
 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

==== //depot/perl/pod/perlunicode.pod#128 (text) ====
Index: perl/pod/perlunicode.pod
--- perl/pod/perlunicode.pod#127~21873~ Tue Dec  9 13:33:22 2003
+++ perl/pod/perlunicode.pod    Mon Dec 22 12:34:06 2003
@@ -1101,8 +1101,8 @@
 
 =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 *
 
End of Patch.

Reply via email to