summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-03-11 17:11:48 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-03-11 17:11:48 -0500
commit76e8683498506e9f11b50191bfdd9608cf10779e (patch)
tree5e557e1bc343c77edf6d1a3f8d61d75aaa547cec /doc
parentdoc/texi2any_init.in: Correct link to Library index.html (diff)
downloadrtems-76e8683498506e9f11b50191bfdd9608cf10779e.tar.bz2
doc/texi2html_init.in: Correct typo
Diffstat (limited to 'doc')
-rw-r--r--doc/texi2html_init.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/texi2html_init.in b/doc/texi2html_init.in
index cb2d99a5ae..b2b9978a95 100644
--- a/doc/texi2html_init.in
+++ b/doc/texi2html_init.in
@@ -1,4 +1,4 @@
-my $button_text = '<a href="../index.html">Library</a>';
+my $button_text = '<a href="../index.html">[Library]</a>';
push @SECTION_BUTTONS, \$button_text;
push @CHAPTER_BUTTONS, \$button_text;
push @MISC_BUTTONS, \$button_text;