]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi: Get rid of overfull hboxes.
authorJonathan Ryshpan <jonrysh@pacbell.net>
Sat, 23 Apr 2005 06:09:52 +0000 (06:09 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 23 Apr 2005 06:09:52 +0000 (06:09 +0000)
ChangeLog
doc/libtool.texi

index 30c333ca97011f8ce06abfed0e1be68c55218757..0c2f5b4b4fe34595e5da5f6c6e0b9d4c2796083a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-23  Jonathan Ryshpan <jonrysh@pacbell.net>
+
+       * doc/libtool.texi: Get rid of overfull hboxes.
+
 2005-04-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
 
        * libtool.m4 (_LT_CC_BASENAME): Use $echo, not $ECHO, for consistency.
index de3e4f6f15cf4abe5973214ee4c1b22ce672d177..da05b70685f47c345f1f62d49d59a256bd087d3f 100644 (file)
@@ -702,7 +702,8 @@ to link the already-installed libtool library, it will do The Right
 Thing (TM) for you:
 
 @example
-burger$ @kbd{libtool --mode=link gcc -g -O -o test test.o /usr/local/lib/libhello.la}
+burger$ @kbd{libtool --mode=link gcc -g -O -o test \
+                test.o /usr/local/lib/libhello.la}
 gcc -g -O -o @value{objdir}/test test.o -Wl,--rpath
 -Wl,/usr/local/lib /usr/local/lib/libhello.a -lm
 creating test
@@ -884,7 +885,8 @@ help libtool with uninstallation (@pxref{Uninstall mode}) and linking
 Here is the shared library example:
 
 @example
-burger# @kbd{libtool --mode=install install -c libhello.la /usr/local/lib/libhello.la}
+burger# @kbd{libtool --mode=install install -c libhello.la \
+                /usr/local/lib/libhello.la}
 install -c @value{objdir}/libhello.so.0.0 /usr/local/lib/libhello.so.0.0
 install -c libhello.la /usr/local/lib/libhello.la
 install -c @value{objdir}/libhello.a /usr/local/lib/libhello.a
@@ -987,7 +989,8 @@ you could just ignore libtool entirely, and use the old @code{ar} and
 (but you probably don't want to) using libtool:
 
 @example
-burger$ @kbd{libtool --mode=install ./install-sh -c libhello.a /local/lib/libhello.a}
+burger$ @kbd{libtool --mode=install ./install-sh -c libhello.a \
+                /local/lib/libhello.a}
 ./install-sh -c libhello.a /local/lib/libhello.a
 ranlib /local/lib/libhello.a
 burger$
@@ -3355,7 +3358,8 @@ register_myloader (void)
   dlloader.dlloader_data = (lt_user_data)myloader_function;
 
   /* Add my loader as the default module loader. */
-  if (lt_dlloader_add (lt_dlloader_next (NULL), &dlloader, "myloader") != 0)
+  if (lt_dlloader_add (lt_dlloader_next (NULL), &dlloader, "myloader") \
+                != 0)
     return ERROR;
 
   return OK;
@@ -4184,9 +4188,9 @@ Sun's free service area
 server (@url{http://docs.sun.com/}).
 
 @item
-Compaq's Tru64 UNIX online documentation is at
+Compaq's Tru64 UNIX online documentation is at @*
 (@url{http://tru64unix.compaq.com/faqs/publications/pub_page/doc_list.html})
-with C++ documentation at
+with C++ documentation at @*
 (@url{http://tru64unix.compaq.com/cplus/docs/index.htm}).
 
 @item