summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-29 07:50:20 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-29 07:50:20 +0000
commitbd06e565ca8c0032355facfe155b49a4bfe244d2 (patch)
tree3fd0f878d022ae32ef044bbcc475836fbd19e687 /docs
parentde64fbe3ab3853be4dbdd956a916fc60857a1ae1 (diff)
close <a> tags like they should be for valid html
Diffstat (limited to 'docs')
-rw-r--r--docs/uclibc.org/FAQ.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/uclibc.org/FAQ.html b/docs/uclibc.org/FAQ.html
index d129089e7..631944fd9 100644
--- a/docs/uclibc.org/FAQ.html
+++ b/docs/uclibc.org/FAQ.html
@@ -262,7 +262,7 @@ How could it be smaller and not suck?</a></h2>
<hr />
<p>
-<h2><a name="toolchain">Do I really need to build a uClibc toolchain?</h2>
+<h2><a name="toolchain">Do I really need to build a uClibc toolchain?</a></h2>
<p>
Yes, you really do need to build a toolchain to produce uClibc binaries.
@@ -283,7 +283,7 @@ How could it be smaller and not suck?</a></h2>
<hr />
<p>
-<h2><a name="wrapper">What happened to the old toolchain wrapper?</h2>
+<h2><a name="wrapper">What happened to the old toolchain wrapper?</a></h2>
<p>
It is possible in some limited cases to re-use an existing glibc toolchain
@@ -366,7 +366,7 @@ How could it be smaller and not suck?</a></h2>
<hr />
<p>
-<h2><a name="bugs">I think I found a bug in uClibc! What should I do?</h2>
+<h2><a name="bugs">I think I found a bug in uClibc! What should I do?</a></h2>
<p>
If you find a problem with uClibc, please submit a detailed bug report to
@@ -387,7 +387,7 @@ How could it be smaller and not suck?</a></h2>
<hr />
<p>
<h2><a name="miscompile">My package builds fine but link fails with errors like
- "undefined reference to __fputc_unlocked", who do I blame?!</h2>
+ "undefined reference to __fputc_unlocked", who do I blame?!</a></h2>
<p>
This error crops up when a build system mixes system headers (say glibc)
@@ -401,7 +401,7 @@ How could it be smaller and not suck?</a></h2>
<hr />
<p>
<h2><a name="gnu_malloc">My package builds fine but link fails with errors like "undefined reference
- to rpl_realloc / rpl_malloc", who do I blame?!</h2>
+ to rpl_realloc / rpl_malloc", who do I blame?!</a></h2>
<p>
This error crops up because you didn't enable MALLOC_GLIBC_COMPAT support.