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>
This commit is contained in:
Graham Bloice 2015-04-26 19:00:26 +01:00
parent 9b5a09aa34
commit 3813ae6c70
1 changed files with 2 additions and 2 deletions

View File

@ -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`