aboutsummaryrefslogtreecommitdiffstats
path: root/extension/readfile.3am
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-07-30 22:31:17 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-07-30 22:31:17 +0300
commit60cc3b626b5c6cdd4612691c1437172a4d6017bd (patch)
treee156748e01429ad226e298fcc8dd9fa2fec003f7 /extension/readfile.3am
parentdc8d2e7b62b9191266a281c80ebb1265436250fc (diff)
downloadegawk-60cc3b626b5c6cdd4612691c1437172a4d6017bd.tar.gz
egawk-60cc3b626b5c6cdd4612691c1437172a4d6017bd.tar.bz2
egawk-60cc3b626b5c6cdd4612691c1437172a4d6017bd.zip
Doc updates for extensions.
Diffstat (limited to 'extension/readfile.3am')
-rw-r--r--extension/readfile.3am6
1 files changed, 4 insertions, 2 deletions
diff --git a/extension/readfile.3am b/extension/readfile.3am
index 76a38cad..1bcb94f3 100644
--- a/extension/readfile.3am
+++ b/extension/readfile.3am
@@ -27,8 +27,8 @@ Upon error, the function returns the empty string and sets
\&...
contents = readfile("/path/to/file");
if (contents == "" && ERRNO != "") {
- print("problem reading file", ERRNO) > "/dev/stderr"
- ...
+ print("problem reading file", ERRNO) > "/dev/stderr"
+ ...
}
.fi
.ft R
@@ -36,7 +36,9 @@ if (contents == "" && ERRNO != "") {
.IR "GAWK: Effective AWK Programming" ,
.IR filefuncs (3am),
.IR fnmatch (3am),
+.IR fork (3am),
.IR ordchr (3am),
+.IR readdir (3am),
.IR rwarray (3am),
.IR time (3am).
.SH AUTHOR