diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2019-10-16 18:39:26 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2019-10-16 18:39:26 -0400 |
commit | 199bd468bee3f038e03d7186de0d8510c9c72274 (patch) | |
tree | 055b21330efa935ca16568e38d152480e89b93f5 /extension/filefuncs.3am | |
parent | 71f74c483838db2e18a7756469aa8c7edc76c33f (diff) | |
download | egawk-199bd468bee3f038e03d7186de0d8510c9c72274.tar.gz egawk-199bd468bee3f038e03d7186de0d8510c9c72274.tar.bz2 egawk-199bd468bee3f038e03d7186de0d8510c9c72274.zip |
Improve filefuncs man page to explain what's in the name field returned by stat.
Diffstat (limited to 'extension/filefuncs.3am')
-rw-r--r-- | extension/filefuncs.3am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/filefuncs.3am b/extension/filefuncs.3am index 1ccf98f2..c1c189a0 100644 --- a/extension/filefuncs.3am +++ b/extension/filefuncs.3am @@ -56,7 +56,8 @@ fills the array with information retrieved from the filesystem, as follows: .TP \fBstatdata["name"]\fP -The name of the file. +The name of the file, equal to the first argument passed to +.BR stat() . .TP \fBstatdata["dev"]\fP Corresponds to the |