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 | |
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.
-rw-r--r-- | extension/ChangeLog | 5 | ||||
-rw-r--r-- | extension/filefuncs.3am | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index fef2eb7c..f85683a4 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,8 @@ +2019-10-16 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * filefuncs.3am: Enhance the stat() documentation to explain that + the returned "name" value equals the argument to the function. + 2019-08-21 Arnold D. Robbins <arnold@skeeve.com> * filefuncs.c: Fix a typo in a comment. Update copyright year. 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 |