Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38578 - Code listing 1.3 in gdb/tipsntricks.xml is off
Summary: Code listing 1.3 in gdb/tipsntricks.xml is off
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-developer
Classification: Unclassified
Component: Documentation Guide (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/proj/en/gdp/tip...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-18 00:26 UTC by SpanKY
Modified: 2004-01-18 02:54 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2004-01-18 00:27:00 UTC
the output looks like this:
# wget
# http://www.gentoo.org/dyn/doc-snapshots/docs-latest-${LANG}.tar.bz2

when it should be like this:
# wget http://www.gentoo.org/dyn/doc-snapshots/docs-latest-${LANG}.tar.bz2

here's the diff:
--- tipsntricks.xml.orig        2004-01-18 03:25:25.000000000 -0500
+++ tipsntricks.xml     2004-01-18 03:25:34.000000000 -0500
@@ -57,8 +57,7 @@
 <pre caption="Downloading the snapshot for your language">
 # <i>mkdir </i><comment>${LANG}</comment>
 # <i>cd </i><comment>${LANG}</comment>
-# <i>wget
-# http://www.gentoo.org/dyn/doc-snapshots/docs-latest-</i><comment>${LANG}</comment><i>.tar.bz2</i>
+# <i>wget http://www.gentoo.org/dyn/doc-snapshots/docs-latest-</i><comment>${LANG}</comment><i>.tar.bz2</i>
 # <i>tar xvjf docs-latest-*.tar.bz2</i>
 </pre>
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2004-01-18 02:54:04 UTC
Thanks! Committed.