aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2015-04-26 19:00:26 +0100
committerGraham Bloice <graham.bloice@trihedral.com>2015-04-26 20:08:42 +0000
commit3813ae6c707911aef14e57145313fb6679acb1fb (patch)
tree44092dad8ed38336d9c503723555c42a396913da /docbook
parent9b5a09aa3479b56b111439222397f239b477cda8 (diff)
Fix asciidoc warnings
Removed some errant asciidoc processing instructions Change-Id: I6b76a4b75d016852a5a9ff3896c9e076fe46002c Reviewed-on: https://code.wireshark.org/review/8205 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_work.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_work.asciidoc b/docbook/wsug_src/WSUG_chapter_work.asciidoc
index 71b281ee5f..96274d5b4d 100644
--- a/docbook/wsug_src/WSUG_chapter_work.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_work.asciidoc
@@ -301,7 +301,7 @@ of the types and example of how to express them.
[[ChWorkFieldTypes]]
.Display Filter Field Types
-[asciidoc,options="header"]
+[options="header"]
|===============
|Type|Example
|Unsigned integer (8-bit, 16-bit, 24-bit, 32-bit) |
@@ -340,7 +340,7 @@ You can combine filter expressions in Wireshark using the logical operators sho
[[FiltLogOps]]
.Display Filter Logical Operations
-[asciidoc,options="header"]
+[options="header"]
|===============
|English|C-like|Description and example
|and |&amp;&amp;| Logical AND. `ip.src==10.0.0.5 and tcp.flags.fin`