aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-11-27 21:28:56 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-11-27 21:28:56 +0200
commita2e0c35036b884486d05cbb4f71fc041dd30b98b (patch)
tree65fb445d47204864efb32b741152b2b68e8f84ec /doc/gawk.texi
parentd991932774cf1a8e82affcbf88c08122eafc8588 (diff)
downloadegawk-a2e0c35036b884486d05cbb4f71fc041dd30b98b.tar.gz
egawk-a2e0c35036b884486d05cbb4f71fc041dd30b98b.tar.bz2
egawk-a2e0c35036b884486d05cbb4f71fc041dd30b98b.zip
Doc updates.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index fb008d74..6de0f9d8 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -31255,7 +31255,7 @@ the tools.} create a GNU/Linux shared library:
@example
$ @kbd{gcc -fPIC -shared -DHAVE_CONFIG_H -c -O -g -I@var{idir} filefuncs.c}
-$ @kbd{ld -o filefuncs.so -shared filefuncs.o -lc}
+$ @kbd{gcc -o filefuncs.so -shared filefuncs.o}
@end example
Once the library exists, it is loaded by using the @code{@@load} keyword.