summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-02-28 22:37:34 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-02-28 22:37:34 +0100
commit95f16dc1f658f0ff2a47d728e4b49cc90c1f09e3 (patch)
tree369de914e902736c6cb98cdf76a10cfb48f69aba /doc
parent55b363f2147638c3b5c78df264286863f23ff605 (diff)
downloadlibtool-95f16dc1f658f0ff2a47d728e4b49cc90c1f09e3.tar.gz
Add missing parentheses in the manual.
* doc/libtool.texi (Distributing libltdl, Test descriptions): Add missing parentheses. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/libtool.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libtool.texi b/doc/libtool.texi
index 0b35500c..2f90ca3d 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -4474,7 +4474,7 @@ unnecessary but makes it easy to forget to upgrade @file{acinclude.m4}
if you move to a different release of libltdl.
@c
}. Having made the macros available, you must add a call to the
-@samp{LTDL_INIT} macro (after the call to @samp{LT_INIT}
+@samp{LTDL_INIT} macro (after the call to @samp{LT_INIT})
to your package's @file{configure.ac} to
perform the configure time checks required to build the library
correctly. Unfortunately, this method has problems if you then try to
@@ -5004,7 +5004,7 @@ static and shared libraries, @file{depdemo-static.test} builds only static
libraries (@option{--disable-shared}), and @file{depdemo-shared.test} builds
only shared libraries (@option{--disable-static}).
@file{depdemo-nofast.test} configures @file{depdemo/libtool} to
-disable the fast-install mode (@option{--enable-fast-install=no}.
+disable the fast-install mode (@option{--enable-fast-install=no}).
@item mdemo-conf.test
@itemx mdemo-exec.test