diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2009-09-21 20:15:07 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2009-09-21 20:15:07 +0000 |
commit | ed20c43e499b1727fe33f61fdb7c8c212f1e3fa4 (patch) | |
tree | eeb70992f03a0294fe5366832ce19e6563ce9b90 | |
parent | ca6d0d620940ade19e2022c1d65f7131cdee28f2 (diff) | |
download | gcc-ed20c43e499b1727fe33f61fdb7c8c212f1e3fa4.zip gcc-ed20c43e499b1727fe33f61fdb7c8c212f1e3fa4.tar.gz gcc-ed20c43e499b1727fe33f61fdb7c8c212f1e3fa4.tar.bz2 |
appendix_contributing.xml: Adjust link to coreutils.
* doc/xml/manual/appendix_contributing.xml: Adjust link to
coreutils.
From-SVN: r151941
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/appendix_contributing.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1af05f7..e49f3e2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2009-09-21 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/appendix_contributing.xml: Adjust link to + coreutils. + 2009-09-18 Jan Kratochvil <jan.kratochvil@redhat.com> * python/hook.in: Fix prefix trailing slash on 64bit host arches. diff --git a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml index 92a0262..eb7a558 100644 --- a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml +++ b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml @@ -922,7 +922,7 @@ indicate a place that may require attention for multi-thread safety. <para> Prerequisite tools are Bash 2.x, <ulink url="http://www.doxygen.org/">Doxygen</ulink>, and - the <ulink url="http://www.gnu.org/software/coreutils">GNU + the <ulink url="http://www.gnu.org/software/coreutils/">GNU coreutils</ulink>. (GNU versions of find, xargs, and possibly sed and grep are used, just because the GNU versions make things very easy.) |