aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/eug_src
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-07-14 21:45:18 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-07-14 21:45:18 +0000
commit34c66c11d201f3546d5af32cf07aa665129ea960 (patch)
tree3f05412752e0c031c34b50d7de6681927a2e967a /docbook/eug_src
parenta5e89b2793b805e6edc7a25c2d9b4aa05c0e1dc2 (diff)
minor change: add TcpdumpManpage entity
svn path=/trunk/; revision=14919
Diffstat (limited to 'docbook/eug_src')
-rw-r--r--docbook/eug_src/EUG_chapter_capture.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docbook/eug_src/EUG_chapter_capture.xml b/docbook/eug_src/EUG_chapter_capture.xml
index 8020a8663b..6bea52335a 100644
--- a/docbook/eug_src/EUG_chapter_capture.xml
+++ b/docbook/eug_src/EUG_chapter_capture.xml
@@ -770,7 +770,7 @@ ethereal -i eth0 -k
<xref linkend="ChCapCaptureOptionsDialog"/>. The following is an outline
of the syntax of the <command>tcpdump</command> capture filter language.
See the expression option at the tcpdump manual page for details:
- <ulink url="http://www.tcpdump.org/tcpdump_man.html"/>
+ <ulink url="&TcpdumpManpage;"/>.
</para>
<para>
A capture filter takes the form of a series of primitive expressions
@@ -931,8 +931,8 @@ tcp port 23 and not host 10.0.0.5
<para>
This primitive allows you to create complex filter
expressions that select bytes or ranges of bytes in
- packets. Please see the tcpdump man pages for more
- details.
+ packets. Please see the tcpdump man page at
+ <ulink url="&TcpdumpManpage;"/> for more details.
</para>
</listitem>
</varlistentry>