aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-10-20 18:50:58 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-10-20 18:50:58 +0000
commit0f80fa5c7d747a026d4fd30220a98d087cef53b1 (patch)
tree32d5522fd1cd1a87e2803b0df458fe6fb77d99ba /docbook
parent39de90e5da056fd473dfd0b47f4e4d06ea4aa8d3 (diff)
renamed capinfo to capinfos, as the former name capinfo was already used in a program called tcprelay, so that might confuse packaging managers and users. Hopefully I got all the places need to be changed.
svn path=/trunk/; revision=12358
Diffstat (limited to 'docbook')
-rw-r--r--docbook/eug_src/EUG_app_tools.xml16
-rw-r--r--docbook/eug_src/EUG_chapter_build_install.xml2
2 files changed, 9 insertions, 9 deletions
diff --git a/docbook/eug_src/EUG_app_tools.xml b/docbook/eug_src/EUG_app_tools.xml
index c23c811ef4..ecf24c082f 100644
--- a/docbook/eug_src/EUG_app_tools.xml
+++ b/docbook/eug_src/EUG_app_tools.xml
@@ -60,20 +60,20 @@ tcpdump -i &lt;interface> -s 1500 -w &lt;some-file>
</para>
</section>
- <section id="AppToolscapinfo">
- <title>capinfo: Print information about capture files</title>
+ <section id="AppToolscapinfos">
+ <title>capinfos: Print information about capture files</title>
<para>
Included with Ethereal is a small utility called
- <command>capinfo</command>, which is a command-line utility to
+ <command>capinfos</command>, which is a command-line utility to
print information about binary capture files.
</para>
<para>
- <example id="AppToolscapinfoEx">
- <title>Help information available from capinfo</title>
+ <example id="AppToolscapinfosEx">
+ <title>Help information available from capinfos</title>
<programlisting>
-$ capinfo -h
-Usage: capinfo [-t] [-c] [-s] [-d] [-u] [-a] [-e] [-y]
- [-i] [-z] [-h] &lt;capfile&gt;
+$ capinfos -h
+Usage: capinfos [-t] [-c] [-s] [-d] [-u] [-a] [-e] [-y]
+ [-i] [-z] [-h] &lt;capfile&gt;
where -t display the capture type of &lt;capfile&gt;
-c count the number of packets
-s display the size of the file
diff --git a/docbook/eug_src/EUG_chapter_build_install.xml b/docbook/eug_src/EUG_chapter_build_install.xml
index d18f2ca1fc..1cedce358b 100644
--- a/docbook/eug_src/EUG_chapter_build_install.xml
+++ b/docbook/eug_src/EUG_chapter_build_install.xml
@@ -515,7 +515,7 @@ apt-get install ethereal
saved capture files into a single output file.
</para></listitem>
<listitem><para>
- <command>Capinfo</command> - Capinfo is a program that provides
+ <command>Capinfos</command> - Capinfos is a program that provides
information on capture files.
</para></listitem>
</itemizedlist>