aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-06-21 23:19:16 +0000
committerGerald Combs <gerald@wireshark.org>2007-06-21 23:19:16 +0000
commit48e08af47077cf8f1107c3f8c75b01881b1c2526 (patch)
tree38812cc4ff885f7f7a353fbc56927750fbf01551 /docbook
parent0c13cf0065baef201c19d967d3473b03c27e3d6b (diff)
Fix invalid markup.
svn path=/trunk/; revision=22159
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docbook/release-notes.xml b/docbook/release-notes.xml
index 37e8c0ec3d..83a987aec2 100644
--- a/docbook/release-notes.xml
+++ b/docbook/release-notes.xml
@@ -154,12 +154,12 @@ Wireshark Info
</para></listitem>
<listitem><para>
- The <code>frame.time_delta</code> display filter now works as
+ The <screen>frame.time_delta</screen> display filter now works as
expected, matching the delta time between the current and previous
- <strong>captured</strong> packet. A new filter,
- <code>frame.time_delta_displayed</code>,
+ <emphasis>captured</emphasis> packet. A new filter,
+ <screen>frame.time_delta_displayed</screen>,
matches the delta time between the current and previous
- <strong>displayed</strong> frame.
+ <emphasis>displayed</emphasis> frame.
</para></listitem>
</itemizedlist>
@@ -193,7 +193,7 @@ Wireshark Info
</para></listitem>
<listitem><para>
- You can now match upper- and lower-case text with the <code>contains</code> operator, e.g. <code>upper(http.request.method) contains "GET"</code>.
+ You can now match upper- and lower-case text with the <screen>contains</screen> operator, e.g. <programlisting>upper(http.request.method) contains "GET"</programlisting>.
</para></listitem>
<listitem><para>