diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-06-07 07:06:19 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-06-07 07:06:19 +0000 |
commit | 09893a835f1cc0b620abfa37f6a65716634f3eef (patch) | |
tree | 4d34feee87d01928842a370677bf017a32fbe833 | |
parent | 326c862368b2548354636eeb900436b1181b69ca (diff) | |
download | portage-09893a835f1cc0b620abfa37f6a65716634f3eef.tar.gz portage-09893a835f1cc0b620abfa37f6a65716634f3eef.tar.bz2 portage-09893a835f1cc0b620abfa37f6a65716634f3eef.zip |
Bug #272063 - Remove <funcsynopsisinfo> elements that don't validate.
svn path=/main/trunk/; revision=13633
-rw-r--r-- | doc/qa.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qa.docbook b/doc/qa.docbook index 6f0d45dc2..e121e6a95 100644 --- a/doc/qa.docbook +++ b/doc/qa.docbook @@ -163,7 +163,7 @@ version when linking. The system linker will find the static library first and not bother searching for a dynamic version. To overcome this, you need to use the <command>gen_usr_ldscript</command> function found in the - <funcsynopsisinfo>toolchain-funcs.eclass</funcsynopsisinfo>. Refer to the + toolchain-funcs.eclass. Refer to the man page for information on how to use it. See this <ulink url="http://bugs.gentoo.org/4411">bug report</ulink> for some history on this issue. @@ -200,7 +200,7 @@ </para> <para> You may be able to cheat and use the <command>elibtoolize</command> function - in the <funcsynopsisinfo>libtool.eclass</funcsynopsisinfo>. However, if + in the libtool.eclass. However, if that does not help, you will probably need to regenerate all of the autotool files. </para> |