Skip to content

Commit f017efd

Browse files
committed
Further refinement on IO.x methods
1 parent 29d4026 commit f017efd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

S32-setting-library/IO.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ strikes) and are summarized in the following table:
556556
O Path is owned by real uid. Bool:D
557557

558558
e Path exists. Bool:D
559-
s Size of the path in bytes. Int
559+
s Size of the path in bytes. Int:D
560560
z Path has zero size (an empty file). Bool:D
561561

562562
f Path is a plain file. Bool:D
@@ -571,8 +571,8 @@ strikes) and are summarized in the following table:
571571
g Path has setgid bit set. Bool:D
572572
k Path has sticky bit set. Bool:D
573573

574-
All methods (except for C<e>) return Nil if a path has been specified that does
575-
not exist.
574+
All methods (except for C<e>) return the appropriate type object if a path
575+
has been specified that does not exist.
576576

577577
=over 4
578578
X<stattimes>

0 commit comments

Comments
 (0)