diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-05-29 22:15:50 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-05-29 22:15:50 +0300 |
commit | 407dddb6e9b24c2ca139ec84f8e3f541fbb18451 (patch) | |
tree | 5449b737a7cff3849bed90db7921dc124f4cf962 /doc/gawktexi.in | |
parent | acd80efad346d9d7dbed9aa3380d8f77eda0ed56 (diff) | |
download | egawk-407dddb6e9b24c2ca139ec84f8e3f541fbb18451.tar.gz egawk-407dddb6e9b24c2ca139ec84f8e3f541fbb18451.tar.bz2 egawk-407dddb6e9b24c2ca139ec84f8e3f541fbb18451.zip |
Add "devbsize" to stat extension and doc.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index f2bc9c2a..d0356991 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -30746,6 +30746,15 @@ filesystem. @item "symlink" The file is a symbolic link. @end table + +@c 5/2013: Thanks to Corinna Vinschen for this information. +@item "devbsize" +The size of a block for the element indexed by @code{"blocks"}. +This information is derived from either the @code{DEV_BSIZE} +constant defined in @code{<sys/param.h>} on most systems, +or the @code{S_BLKSIZE} constant in @code{<sys/stat.h>} on BSD systems. +For some other systems, @dfn{a priori} knowledge is used to provide +a value. Where no value can be determined, it defaults to 512. @end table Several additional elements may be present depending upon the operating |