Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 239743 - Link is doing nothing + typo in bash example
Summary: Link is doing nothing + typo in bash example
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Devmanual (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-04 22:09 UTC by Frederik Schwarzer
Modified: 2008-11-11 18:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch attached due to linebreaks in the paste (patch.diff,1.38 KB, patch)
2008-10-05 14:45 UTC, Frederik Schwarzer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frederik Schwarzer 2008-10-04 22:09:30 UTC
The link to bugs.gentoo.org is not working and just leading to the same page again.
http://devmanual.gentoo.org/index.html

On another page an example showing bash code might contain a typo:
http://devmanual.gentoo.org/tools-reference/bash/index.html

Index: trunk/text.xml
===================================================================
--- trunk/text.xml      (revision 132)
+++ trunk/text.xml      (working copy)
@@ -24,8 +24,8 @@
 <p>
 Contributions are encouraged. See the <uri link="::appendices/contributing"/>
 section for how to get started. If you have any corrections, suggestions or
-improvements please file a bug at <uri>http://bugs.gentoo.org</uri> and assign
-it to <c>qa@gentoo.org</c>. The <uri link="::appendices/contributors"/>
+improvements please file a bug at <uri link="http://bugs.gentoo.org">bugs.gentoo.org</uri>
+and assign it to <c>qa@gentoo.org</c>. The <uri link="::appendices/contributors"/>
 section lists specific contributions to this manual.
 </p>
 </body>
Index: trunk/tools-reference/bash/text.xml
===================================================================
--- trunk/tools-reference/bash/text.xml (revision 132)
+++ trunk/tools-reference/bash/text.xml (working copy)
@@ -604,7 +604,7 @@

 <note>
 These will also sometimes work <e>inside</e> <c>[[ ]]</c> constructs, and using
-<c>!</c> before a test is fairly common. <c>[[ ! -foo ]] &amp;&amp; bar</c> is fine. However,
+<c>!</c> before a test is fairly common. <c>[[ ! -f foo ]] &amp;&amp; bar</c> is fine. However,
 there are catches -- <c>[[ -f foo &amp;&amp; bar ]]</c> will <b>not</b> work properly, since
 commands cannot be run inside <c>[[ ]]</c> blocks.
 </note>


Reproducible: Always
Comment 1 Frederik Schwarzer 2008-10-05 14:45:13 UTC
Created attachment 167310 [details, diff]
Patch attached due to linebreaks in the paste
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2008-11-11 18:44:30 UTC
Fixed, thanks.

Sending        trunk/text.xml
Sending        trunk/tools-reference/bash/text.xml
Transmitting file data ..
Committed revision 133.