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>
Thanks! Committed.