diff options
author | Juergen Kahrs <Juergen.Kahrs@vr-web.de> | 2012-03-25 16:20:14 +0200 |
---|---|---|
committer | Juergen Kahrs <Juergen.Kahrs@vr-web.de> | 2012-03-25 16:20:14 +0200 |
commit | 02108925ef6d1c8bae2aea95864a0e22ce0fc55e (patch) | |
tree | cca49c754a27841517dc2863a91dce00a901838c /doc/gawk.1 | |
parent | 9b594365fa257ae16a479038805840e447b24336 (diff) | |
parent | 0d3d874286915d998648922158dabf2ffc38d7f9 (diff) | |
download | egawk-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.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |