bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Overfull boxes in libtool documentation


From: Ralf Wildenhues
Subject: FYI: Overfull boxes in libtool documentation
Date: Sat, 23 Apr 2005 08:09:55 +0200
User-agent: Mutt/1.5.6+20040907i

Hi Jonathan,

* Jonathan Ryshpan wrote on Thu, Apr 21, 2005 at 08:47:55AM CEST:
> There are a bunch of underfull and overfull boxes in the libtool
> documentation for version 1.5.6.  The underfull boxes are mildly
> unaesthetic; the overfull boxes make those portions of the documentation
> unreadable when printed.  A patch for libtool.texi which gets rid of
> them is attached.

Thanks for your efforts.  I have applied your patch to branch-1-5.

Please direct any further documentation efforts to the branch-2-0 or
HEAD version of Libtool, though.  It's much less rotten and more cleaned
up.  It does document the respective Libtool versions, and not the
current stable (which is 1.5.14, BTW), so it will be online as soon as
we have 2.0 released.

Regards,
Ralf

2005-04-23  Jonathan Ryshpan <address@hidden>

        * doc/libtool.texi: Get rid of overfull hboxes.

Index: doc/libtool.texi
===================================================================
RCS file: /cvsroot/libtool/libtool/doc/libtool.texi,v
retrieving revision 1.134.2.8
diff -u -r1.134.2.8 libtool.texi
--- doc/libtool.texi    13 Jan 2005 17:23:39 -0000      1.134.2.8
+++ doc/libtool.texi    23 Apr 2005 06:04:29 -0000
@@ -702,7 +702,8 @@
 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 @@
 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 @@
 (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 @@
   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 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]