aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-09-19 16:40:11 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-09-19 16:40:11 +0000
commit61f0efd240b53da41a3acd04adb7fdd0091191e7 (patch)
tree21989a9b35364e8123447fa0ce662332ae199096 /docbook
parent26300c1fb2adbeadd7e30d49f64b8a2dcc4b9201 (diff)
removed EtherealCurrentVersionTarFile entity
svn path=/trunk/; revision=12051
Diffstat (limited to 'docbook')
-rw-r--r--docbook/ug-src/EUG_chapter_build_install.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docbook/ug-src/EUG_chapter_build_install.xml b/docbook/ug-src/EUG_chapter_build_install.xml
index 62f2e6d2d2..6c36c29f97 100644
--- a/docbook/ug-src/EUG_chapter_build_install.xml
+++ b/docbook/ug-src/EUG_chapter_build_install.xml
@@ -285,22 +285,22 @@ apt-get install ethereal
version of UNIX uses GNU <command>tar</command>, you can use the
following command:
<programlisting>
-tar zxvf ethereal-&EtherealCurrentVersionTarFile;-tar.gz
+tar zxvf ethereal-&EtherealCurrentVersion;-tar.gz
</programlisting>
</para>
<para>
For other versions of UNIX, You will want to use the following
commands:
<programlisting>
-gzip -d ethereal-&EtherealCurrentVersionTarFile;-tar.gz
-tar xvf ethereal-&EtherealCurrentVersionTarFile;-tar
+gzip -d ethereal-&EtherealCurrentVersion;-tar.gz
+tar xvf ethereal-&EtherealCurrentVersion;-tar
</programlisting>
<note>
<title>Note!</title>
<para>
The pipeline
<command>
- gzip -dc ethereal-&EtherealCurrentVersionTarFile;-tar.gz | tar xvf -
+ gzip -dc ethereal-&EtherealCurrentVersion;-tar.gz | tar xvf -
</command> will work here as well.
</para>
</note>