]> Savannah Git Hosting - gnulib.git/commitdiff
havelib: Tweak documentation.
authorBruno Haible <bruno@clisp.org>
Tue, 19 May 2020 05:48:27 +0000 (07:48 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 19 May 2020 05:50:24 +0000 (07:50 +0200)
* doc/havelib.texi (Searching for Libraries): Fix typo.

ChangeLog
doc/havelib.texi

index 7f80c7e8c47688a2fb638aafb1a898a1a0ac05e7..9ff7c69cae093eb888bc58ef7383ab068f6fe682 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-05-19  Bruno Haible  <bruno@clisp.org>
+
+       havelib: Tweak documentation.
+       * doc/havelib.texi (Searching for Libraries): Fix typo.
+
 2020-05-18  Siddhesh Poyarekar  <siddhesh@gotplt.org>
 
        vcs-to-changelog: Rename vcs_to_changelog.py to use hyphens.
index 59126c708a3dce75134926c1cc044bc678aa860e..548140a8e37f65bf8daac64d84ac164ac3d756ea 100644 (file)
@@ -87,8 +87,8 @@ lead to all sorts of build failures, test failures, or crashes!
 
 If you, on the other hand, by mistake, use @code{LTLIB<@var{NAME}>} instead of
 @code{LIB<@var{NAME}>} when linking @emph{without} libtool, you will observe
-build failures, because the @samp{-R} options contained @code{LTLIB<@var{NAME}>}
-are not valid options to compilers such as GCC.
+build failures, because the @samp{-R} options contained in
+@code{LTLIB<@var{NAME}>} are not valid options to compilers such as GCC.
 
 @unnumberedsubsubsec Example of using @code{AC_LIB_LINKFLAGS}