summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-09-17 11:38:53 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-09-17 11:38:53 +0200
commit1323558c37c04d599fe5fd8e2d058f196af360e7 (patch)
tree314b7ad9f472b42737dadb4b63f173f0523770c6 /hurd
parent9a5d1e0a092d6cd09eff0d7f04969983789d4128 (diff)
open_issues/glibc: New.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/debugging/glibc.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/hurd/debugging/glibc.mdwn b/hurd/debugging/glibc.mdwn
index e9817132..028d4fe4 100644
--- a/hurd/debugging/glibc.mdwn
+++ b/hurd/debugging/glibc.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2007, 2008, 2010 Free Software Foundation,
+[[!meta copyright="Copyright © 2007, 2008, 2010, 2011 Free Software Foundation,
Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
@@ -6,8 +6,8 @@ id="license" text="Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no Invariant
Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
-is included in the section entitled
-[[GNU Free Documentation License|/fdl]]."]]"""]]
+is included in the section entitled [[GNU Free Documentation
+License|/fdl]]."]]"""]]
Here are some hints about how to approach testing after nontrivial changes to
glibc have been done.
@@ -29,7 +29,7 @@ newly created libraries and loader actually work: they'll be used to run the
Unless cross-compiling, the next thing you'll probably want to do
is running the test suite, or parts of it.
-There is a list of [[known failures|open_issues/glibc_testsuite]].
+There is a list of [[known failures|open_issues/glibc]].
---