aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorJuergen Kahrs <Juergen.Kahrs@vr-web.de>2012-03-25 16:20:14 +0200
committerJuergen Kahrs <Juergen.Kahrs@vr-web.de>2012-03-25 16:20:14 +0200
commit02108925ef6d1c8bae2aea95864a0e22ce0fc55e (patch)
treecca49c754a27841517dc2863a91dce00a901838c /doc/gawk.1
parent9b594365fa257ae16a479038805840e447b24336 (diff)
parent0d3d874286915d998648922158dabf2ffc38d7f9 (diff)
downloadegawk-02108925ef6d1c8bae2aea95864a0e22ce0fc55e.tar.gz
egawk-02108925ef6d1c8bae2aea95864a0e22ce0fc55e.tar.bz2
egawk-02108925ef6d1c8bae2aea95864a0e22ce0fc55e.zip
Merge branch 'xgawk' of ssh://git.sv.gnu.org/srv/git/gawk into xgawk
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.110
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index cc0ccae2..2e039521 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -563,6 +563,9 @@ and optional function definitions.
.RS
.PP
\fB@include "\fIfilename\fB"
+.br
+\fB@load "\fIfilename\fB"
+.br
\fIpattern\fB { \fIaction statements\fB }\fR
.br
\fBfunction \fIname\fB(\fIparameter list\fB) { \fIstatements\fB }\fR
@@ -594,6 +597,13 @@ In addition, lines beginning with
may be used to include other source files into your program,
making library use even easier.
.PP
+Lines beginning with
+.B @load
+may be used to load shared libraries into your program. This is equivalent
+to using the
+.B \-l
+option.
+.PP
The environment variable
.B AWKPATH
specifies a search path to use when finding source files named with