File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ strikes) and are summarized in the following table:
556
556
O Path is owned by real uid. Bool:D
557
557
558
558
e Path exists. Bool:D
559
- s Size of the path in bytes. Int
559
+ s Size of the path in bytes. Int:D
560
560
z Path has zero size (an empty file). Bool:D
561
561
562
562
f Path is a plain file. Bool:D
@@ -571,8 +571,8 @@ strikes) and are summarized in the following table:
571
571
g Path has setgid bit set. Bool:D
572
572
k Path has sticky bit set. Bool:D
573
573
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.
576
576
577
577
=over 4
578
578
X<stattimes>
You can’t perform that action at this time.
0 commit comments