diff options
-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 |