Skip to content

Commit b86f207

Browse files
committed
De-hufmannize IO.i/.v -> .inode/.device
1 parent ccd57f9 commit b86f207

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

S16-io.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,10 @@ the C<IOU> class):
308308
e exists
309309
s size of the $!path of $io in bytes
310310
z has zero size (an empty file)
311-
i identifier for path, if available (usually inode)
312-
v identifier for device of path, if available
313311

312+
l is a symbolic link
314313
f is a plain file (also ~~ IO::File)
315314
d is a directory (also ~~ IO::Dir)
316-
l is a symbolic link
317315
b is a block special file
318316
c is a character special file
319317

@@ -374,7 +372,9 @@ role:
374372
chdir change $*CWD
375373
chmod change attributes
376374
copy create a copy
375+
device identifier for device of path, if available
377376
dir files in path
377+
inode identifier for path, if available (usually inode)
378378
lines contents as lines
379379
mkdir create directory
380380
modified last modified time

0 commit comments

Comments
 (0)